fix logs
This commit is contained in:
+1
-1
@@ -254,7 +254,7 @@ impl PumpFun {
|
|||||||
) -> Result<String, ClientError> {
|
) -> Result<String, ClientError> {
|
||||||
let start_time = Instant::now();
|
let start_time = Instant::now();
|
||||||
|
|
||||||
println!("111111111111111111")
|
println!("111111111111111111");
|
||||||
|
|
||||||
let jito_client = self.jito_client.as_ref()
|
let jito_client = self.jito_client.as_ref()
|
||||||
.ok_or_else(|| ClientError::Other("Jito client not found".to_string()))?;
|
.ok_or_else(|| ClientError::Other("Jito client not found".to_string()))?;
|
||||||
|
|||||||
Reference in New Issue
Block a user