BOXFoundation / boxd

Blockchain for BOX Payout
MIT License
40 stars 10 forks source link

With pressure test, miner sometimes cannot clear tx pool. #225

Closed xujingshi closed 5 years ago

xujingshi commented 5 years ago

You can see the problem intuitively now on grafana. I add some logs on n1, n2 and n3. You will find that u.FindUtxo(txIn.PrevOutPoint) cannot find any utxos match the txin. So this tx cannot be packed on chain any more.

xhliu commented 5 years ago

Duplicate of #218