CodeChain-io / foundry

A programmable open source blockchain engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handle invalid transactions.

junha1 opened this issue · comments

We have no proper rule for transactions that are tested to be valid by TxSorter, but not accepted by the actual owner module.
They will just reside in the mempool forever, in current implementation.