aboutsummaryrefslogtreecommitdiff
path: root/src/coincontrol.h
diff options
context:
space:
mode:
authorMatt Corallo <git@bluematt.me>2015-08-08 09:27:19 -0700
committerMatt Corallo <git@bluematt.me>2015-08-08 09:30:53 -0700
commitd04285430d1b54b3ce3d50ffa67b6098157e7c14 (patch)
tree8d162c741dfe8222a293a7eb77d5056804f2bbd3 /src/coincontrol.h
parent428a898acd37e1c0afa21623a8fe5728859067be (diff)
downloadbitcoin-d04285430d1b54b3ce3d50ffa67b6098157e7c14.tar.xz
SQUASH "Implement watchonly support in fundrawtransaction"
Diffstat (limited to 'src/coincontrol.h')
-rw-r--r--src/coincontrol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coincontrol.h b/src/coincontrol.h
index 74d524c0a2..bc965f9e19 100644
--- a/src/coincontrol.h
+++ b/src/coincontrol.h
@@ -14,7 +14,7 @@ public:
CTxDestination destChange;
//! If false, allows unselected inputs, but requires all selected inputs be used
bool fAllowOtherInputs;
- //! Includes watch only addresses which match the ISMINE_WATCH_PUBKEY criteria
+ //! Includes watch only addresses which match the ISMINE_WATCH_SOLVABLE criteria
bool fAllowWatchOnly;
CCoinControl()