This commit is contained in:
William
2025-01-25 16:24:30 +08:00
parent e29e555c8f
commit cab890a2bb
+1 -1
View File
@@ -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()))?;