Browse Source
On startup, the wallets will start pumping wallet transactions into the mempool in a different thread while LoadMempool() is running. This will sometimes result in transactions "failing" to be accepted into mempool, but only for the reason that they were already put there by a wallet. The log message for mempool load would note this as a 'failure' to import, which was misleading; it should instead mark it as the transaction already being in the mempool.0.16
Karl-Johan Alm
7 years ago
1 changed files with 13 additions and 4 deletions
Loading…
Reference in new issue