You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments