codechain
codechain copied to clipboard
An invalid seq on the current queue
I found a non-continuous seq on the current pending queue. It violates the assumption of the mempool.
It occurred to me that the mempool doesn't move the following transactions to the future queue when the invalid transaction is removed.
I'll check it.
https://github.com/CodeChain-io/codechain/pull/1487 I made a unit test. It was not a problem.