Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensures txpool recovers sender for txes
There seems to be a bug where the txpool may not appropriately set the sender address. This leads to incorrectly admitting transactions into mining blocks, as the wrong address is referenced. This commit adds a check that if the sender address is not set, it attempts to directly recover the sender from the transaction data and set that instead.
- Loading branch information