Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 9621595

Browse files
authored
Remove unconditional hidden commitment override for sanity (#1528)
1 parent 3f9a7ee commit 9621595

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

token/js/client/util/send-and-confirm-transaction.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,5 @@ export function sendAndConfirmTransaction(
1616
): Promise<TransactionSignature> {
1717
return realSendAndConfirmTransaction(connection, transaction, signers, {
1818
skipPreflight: false,
19-
commitment: 'recent',
20-
preflightCommitment: 'recent',
2119
});
2220
}

0 commit comments

Comments
 (0)