Skip to content

Commit c566d9e

Browse files
committed
remove min slot check
1 parent 8080789 commit c566d9e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

target_chains/solana/sdk/js/solana_utils/src/transaction.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,6 @@ export async function sendTransactions(
512512
// Set this manually so that the default is skipped
513513
maxRetries: 0,
514514
preflightCommitment: "confirmed",
515-
minContextSlot: blockhashResult.context.slot,
516515
});
517516
}
518517
if (confirmedTx?.err) {

0 commit comments

Comments
 (0)