extract min & max depth onto coin control

This commit is contained in:
Amiti Uttarwar
2019-05-09 18:34:38 -07:00
parent 51a6e2c419
commit 80ba4241a6
5 changed files with 18 additions and 6 deletions

View File

@@ -20,5 +20,7 @@ void CCoinControl::SetNull()
m_confirm_target.reset();
m_signal_bip125_rbf.reset();
m_fee_mode = FeeEstimateMode::UNSET;
m_min_depth = DEFAULT_MIN_DEPTH;
m_max_depth = DEFAULT_MAX_DEPTH;
}