mirror of
https://github.com/0xfnzero/solana-streamer.git
synced 2026-08-04 13:07:44 +00:00
update rpc commitment
This commit is contained in:
+1
-1
@@ -84,7 +84,7 @@ impl PumpFun {
|
||||
) -> Self {
|
||||
let rpc = RpcClient::new_with_commitment(
|
||||
rpc_url,
|
||||
commitment.unwrap_or(CommitmentConfig::confirmed())
|
||||
commitment.unwrap_or(CommitmentConfig::processed())
|
||||
);
|
||||
|
||||
let jito_client = jito_url.map(|url| JitoClient::new(&url, None));
|
||||
|
||||
Reference in New Issue
Block a user