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