6693fe1be2
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. |
||
---|---|---|
.. | ||
blobpool | ||
legacypool | ||
errors.go | ||
subpool.go | ||
txpool.go | ||
validation.go |