Skip to content

Commit

Permalink
Revert "default to false"
Browse files Browse the repository at this point in the history
This reverts commit ec254da.
  • Loading branch information
crispheaney committed Dec 27, 2023
1 parent ec254da commit 46d830a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/src/tx/fastSingleTxSender.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export class FastSingleTxSender extends BaseTxSender {
timeout = DEFAULT_TIMEOUT,
blockhashRefreshInterval = DEFAULT_BLOCKHASH_REFRESH,
additionalConnections = new Array<Connection>(),
skipConfirmation = false,
skipConfirmation = true,
}: {
connection: Connection;
wallet: IWallet;
Expand Down

0 comments on commit 46d830a

Please sign in to comment.