Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelSyntronic committed Mar 18, 2024
1 parent edc484d commit 8829870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/Swap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export async function swapTokens(
}
console.log(`Tx simulation success`)
const slot = await connection.getSlot()
const signature = await connection.sendTransaction(transaction, { skipPreflight: true, maxRetries: 20, minContextSlot: slot + 2 })
const signature = await connection.sendTransaction(transaction, { skipPreflight: true, maxRetries: 20, minContextSlot: slot })
// const signature = await connection.sendRawTransaction(
// transaction.serialize(),
// {
Expand Down

0 comments on commit 8829870

Please sign in to comment.