Page MenuHomePhabricator

Pass chain locked variables where needed
ClosedPublic

Authored by Fabien on Jan 27 2020, 14:02.

Details

Summary

This commit does not change behavior. All it does is pass new function
parameters.

Partial backport of core PR14437:
https://github.com/bitcoin/bitcoin/pull/14437/commits/081accb875412f38718f2e40ed7bbdf15e6f4ef8

Depends on D5075.

Test Plan
cmake -GNinja .. -DENABLE_WERROR=ON -DCMAKE_BUILD_TYPE=Debug
ninja check check-fonctional

Diff Detail

Repository
rABC Bitcoin ABC
Branch
PR14437_part4
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 9154
Build 16266: Default Diff Build & Tests
Build 16265: arc lint + arc unit

Event Timeline

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

Fabien added inline comments.
src/wallet/wallet.cpp
2988

Note to reviewers: renamed to prevent shadowing.

3052

Would be shadowed here.

This revision is now accepted and ready to land.Jan 27 2020, 16:28