This commit is contained in:
wei
2025-06-14 18:52:46 +08:00
parent 1ac52b03a9
commit af2afcbb60
5 changed files with 16 additions and 4 deletions
+1
View File
@@ -95,6 +95,7 @@ impl FeeClientTrait for SolRpcClient {
Ok(_) => (),
Err(_) => (),
}
println!(" signature: {:?}", signature);
println!(" rpc{}确认: {:?}", trade_type, start_time.elapsed());
Ok(signature)