Page MenuHomePhabricator

[backport#15906] [wallet] Move min_depth and max_depth to coin control
ClosedPublic

Authored by majcosta on Jul 27 2020, 16:08.

Details

Summary

extract min & max depth onto coin control (Amiti Uttarwar)

Pull request description:

https://github.com/bitcoin/bitcoin/pull/15906/commits/80ba4241a6773590f6b2c18dae758097b5adc02e


Backport of Core PR15906

Test Plan
ninja check check-functional

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 added a subscriber: Fabien.

@Fabien, that dangling int m_min_depth{0} was part of https://github.com/bitcoin/bitcoin/pull/15557 which we skipped because it's all about RBF and fee bumping

This revision is now accepted and ready to land.Jul 28 2020, 08:56