DriveNetTESTDRIVE / DriveNet

MIT License
21 stars 30 forks source link

Mempool bug: expired BMM requests showing back up #9

Open CryptAxe opened 5 years ago

CryptAxe commented 5 years ago

Sometimes immediately after startup the mempool will have hundreds of BMM requests that have expired. These should be removed, and they are once the user starts mining. There's probably an issue with how the expired BMM requests are being removed, as some seem to re-enter the mempool after shutdown?

This also might be a wallet issue, perhaps wallets are trying to re-broadcast expired BMM requests.