mirror of
https://github.com/0xfnzero/solana-streamer.git
synced 2026-08-04 13:07:44 +00:00
fix logs
This commit is contained in:
+1
-1
@@ -254,7 +254,7 @@ impl PumpFun {
|
||||
) -> Result<String, ClientError> {
|
||||
let start_time = Instant::now();
|
||||
|
||||
println!("111111111111111111")
|
||||
println!("111111111111111111");
|
||||
|
||||
let jito_client = self.jito_client.as_ref()
|
||||
.ok_or_else(|| ClientError::Other("Jito client not found".to_string()))?;
|
||||
|
||||
Reference in New Issue
Block a user