Skip to content

Commit

Permalink
default to false
Browse files Browse the repository at this point in the history
  • Loading branch information
crispheaney committed Dec 27, 2023
1 parent 90ca20c commit ec254da
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 = true,
skipConfirmation = false,
}: {
connection: Connection;
wallet: IWallet;
Expand Down

0 comments on commit ec254da

Please sign in to comment.