mirror of https://github.com/ethereum/go-ethereum
core/txpool: use the cached address in ValidateTransactionWithState (#30208)
The address recover is executed and cached in ValidateTransaction already. It's expected that the cached one is returned in ValidateTransaction. However, currently, we use the wrong function signer.Sender instead of types.Sender which will do all the address recover again.pull/30216/head
parent
7026bae17c
commit
6693fe1be2
Loading…
Reference in new issue