Skip to content

Commit

Permalink
remove min slot check
Browse files Browse the repository at this point in the history
  • Loading branch information
guibescos committed Dec 12, 2024
1 parent 8080789 commit c566d9e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,6 @@ export async function sendTransactions(
// Set this manually so that the default is skipped
maxRetries: 0,
preflightCommitment: "confirmed",
minContextSlot: blockhashResult.context.slot,
});
}
if (confirmedTx?.err) {
Expand Down

0 comments on commit c566d9e

Please sign in to comment.