fix: fallback to connection commitment when confirming transactions (#13285)
* fix: fallback to connection commitment when confirming transactions * chore: bump * chore: fix tests
This commit is contained in:
@ -129,6 +129,7 @@ describe('load BPF Rust program', () => {
|
||||
transaction,
|
||||
[payerAccount],
|
||||
{
|
||||
commitment: 'max',
|
||||
skipPreflight: true,
|
||||
},
|
||||
);
|
||||
|
Reference in New Issue
Block a user