aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/coincontrol.h
diff options
context:
space:
mode:
authorPieter Wuille <pieter.wuille@gmail.com>2018-05-01 12:05:55 -0700
committerPieter Wuille <pieter.wuille@gmail.com>2018-05-03 11:01:57 -0700
commit6d714c3419b368671bd071a8992950c3dc00e613 (patch)
treea61afc591ce7b0eecfbb633f025e2ab84487b29b /src/wallet/coincontrol.h
parentbaf6b4e3f956e5a612aa2385660e7c020f2c5c39 (diff)
downloadbitcoin-6d714c3419b368671bd071a8992950c3dc00e613.tar.xz
Make coincontrol use IsSolvable to determine solvability
Diffstat (limited to 'src/wallet/coincontrol.h')
-rw-r--r--src/wallet/coincontrol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/coincontrol.h b/src/wallet/coincontrol.h
index 2f08162ee4..98b4298507 100644
--- a/src/wallet/coincontrol.h
+++ b/src/wallet/coincontrol.h
@@ -22,7 +22,7 @@ public:
boost::optional<OutputType> m_change_type;
//! If false, allows unselected inputs, but requires all selected inputs be used
bool fAllowOtherInputs;
- //! Includes watch only addresses which match the ISMINE_WATCH_SOLVABLE criteria
+ //! Includes watch only addresses which are solvable
bool fAllowWatchOnly;
//! Override automatic min/max checks on fee, m_feerate must be set if true
bool fOverrideFeeRate;