From d04285430d1b54b3ce3d50ffa67b6098157e7c14 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Sat, 8 Aug 2015 09:27:19 -0700 Subject: SQUASH "Implement watchonly support in fundrawtransaction" --- src/coincontrol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/coincontrol.h') 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() -- cgit v1.2.3