We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a55932 commit afc9ad6Copy full SHA for afc9ad6
advanced/wallets/react-wallet-v2/src/lib/SolanaLib.ts
@@ -85,7 +85,7 @@ export default class SolanaLib {
85
86
const signature = await connection.sendTransaction(transaction, {
87
maxRetries: 3,
88
- preflightCommitment: 'recent',
+ preflightCommitment: 'confirmed',
89
...params.options
90
})
91
0 commit comments