Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
core/txpool: use the cached address in ValidateTransactionWithState (e…
…thereum#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.
- Loading branch information