Skip to content

Commit

Permalink
Replace maxRetries and skipPreflight to sender
Browse files Browse the repository at this point in the history
  • Loading branch information
steveluscher committed Aug 8, 2024
1 parent 5bf2044 commit bcfbe15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ping-thing-client.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ async function pingThing() {
safeRace([
mSendAndConfirmTransaction(transactionSignedWithFeePayer, {
commitment: "confirmed",
maxRetries: 0n,
skipPreflight: true,
}),
timeout(TX_RETRY_INTERVAL * txSendAttempts),
]);
Expand Down

0 comments on commit bcfbe15

Please sign in to comment.