Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
core/txpool/blobpool: use nonce from argument instead of tx.Nonce() (e…
…thereum#30148) This does not change the behavior here as the nonce in the argument is tx.Nonce(). This commit helps to make the function easier to read and avoid capturing the tx in the function.
- Loading branch information