Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
core: filter out txs with invalid signatures as soon as possible (eth…
…ereum#21170) Once we detect an invalid transaction during recovering signatures, we should directly exclude this transaction to avoid validating the signatures hereafter. This should optimize the validations times of transactions with invalid signatures to only one time.
- Loading branch information