You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In RetryTxSender, there is no handling for This transaction has already been processed error, so it happens every time
SendTransactionError: failed to send transaction: Transaction simulation failed: This transaction has already been processed
at Connection.sendEncodedTransaction (drift/js/node_modules/.pnpm/@[email protected]/node_modules/@solana/web3.js/src/connection.ts:5921:13)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Connection.sendRawTransaction (drift/js/node_modules/.pnpm/@[email protected]/node_modules/@solana/web3.js/src/connection.ts:5880:20) {
logs: []
}
The text was updated successfully, but these errors were encountered:
do you have a custom blockhashRefreshInterval set? i've noticed that happening when blockhash isn't updated frequently enough, we could increase the default
FastSingleTxSender should send the transaction only once.
In RetryTxSender, there is no handling for
This transaction has already been processed
error, so it happens every timeThe text was updated successfully, but these errors were encountered: