Skip to content

Commit

Permalink
fix: confirmation regression
Browse files Browse the repository at this point in the history
  • Loading branch information
austbot committed Oct 24, 2024
1 parent 88ab6ae commit 37207d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sdk/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ impl BonsolClient {
&tx,
RpcSendTransactionConfig {
skip_preflight,
preflight_commitment: Some(CommitmentLevel::Confirmed),
max_retries: Some(0),
preflight_commitment: Some(self.rpc_client.commitment().commitment),
..Default::default()
Expand Down

0 comments on commit 37207d0

Please sign in to comment.