Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
arcoraven committed Sep 14, 2024
1 parent 7d5a9a4 commit b3387d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/worker/tasks/sendTransactionWorker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ export const getPopulatedOrErroredTransaction = async (
chain: await getChain(queuedTransaction.chainId),
...queuedTransaction,
to: getChecksumAddress(to),
// if transaction is EOA, we stub the nonce to reduce RPC calls
// if transaction is EOA, stub the nonce to reduce RPC calls
nonce: queuedTransaction.isUserOp ? undefined : 1,
extraGas: extraGas ?? undefined,
});
Expand Down

0 comments on commit b3387d7

Please sign in to comment.