Page MenuHomePhabricator

Don't attempt mempool entry for wallet tx on start if already in mempool
ClosedPublic

Authored by Fabien on Jun 26 2019, 16:01.

Details

Summary
Mempool loads first, wallet second. Second attempt fails, marking that
transaction !fInMempool. Those funds will disappear until confirmation
is reached.

Backport of core PR11839
https://github.com/bitcoin/bitcoin/pull/11839/files

Test Plan
./test/functional/test_runner.py mempool_persist

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable