Page MenuHomePhabricator

[backport#15288] moved remaining g_mempool references out of wallet.cpp
ClosedPublic

Authored by majcosta on May 3 2020, 18:27.

Details

Summary

I skipped this commit (https://github.com/bitcoin/bitcoin/pull/15288/commits/cc02c796d3517931acc861b0f9bc50e36e1c95f9) backporting PR15288
because we don't use Core's 'smart fee' functionality but later realized that the references to g_mempool in wallet/wallet.cpp still needed
to be moved to prevent problems with further refactoring. Tried to keep this change as close as possible to the original commit.

Test Plan
cmake .. -GNinja -DCMAKE_BUILD_TYPE=Debug
ninja check check-functional

Diff Detail

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

Event Timeline

[Bot Message]
One or more PR numbers were detected in the summary.
Links to those PRs have been inserted into the summary for reference.

majcosta requested review of this revision.May 3 2020, 18:37

small correction to virtual estimateFee()'s comment

This revision is now accepted and ready to land.May 3 2020, 22:36