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:
Justin Starry
2020-10-30 01:22:53 +08:00
committed by GitHub
parent 636ae12621
commit 7b3f96ab30
3 changed files with 4 additions and 6 deletions

View File

@ -129,6 +129,7 @@ describe('load BPF Rust program', () => {
transaction,
[payerAccount],
{
commitment: 'max',
skipPreflight: true,
},
);