mirror of https://github.com/ethereum/go-ethereum
core/txpool/blobpool: use nonce from argument instead of tx.Nonce() (#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.pull/30158/head
parent
cf0378499f
commit
a0631f3ebd
Loading…
Reference in new issue