Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mempool: reject txs that don't fit in an empty mempool (#1225)
Follow-up to #1168 that makes sure that adding a tx exceeding the per-tx limit does not cause a deadlock which prevents txs from being added to the mempool until the node is restarted. We accomplish this by validating such transactions and relying on the per-tx limit to reject them.
- Loading branch information