Skip to content

Commit afc9ad6

Browse files
chore: update solana preflight commitment to confirmed (#914)
1 parent 4a55932 commit afc9ad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

advanced/wallets/react-wallet-v2/src/lib/SolanaLib.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export default class SolanaLib {
8585

8686
const signature = await connection.sendTransaction(transaction, {
8787
maxRetries: 3,
88-
preflightCommitment: 'recent',
88+
preflightCommitment: 'confirmed',
8989
...params.options
9090
})
9191

0 commit comments

Comments
 (0)