aboutsummaryrefslogtreecommitdiff
path: root/src/qt/coincontroldialog.h
diff options
context:
space:
mode:
authorJoão Barbosa <joao.paulo.barbosa@gmail.com>2018-02-01 16:48:56 +0000
committerJoão Barbosa <joao.paulo.barbosa@gmail.com>2018-02-01 19:40:20 +0000
commit6558f8acc363e1141f2864ee9be2bc7e980842a3 (patch)
tree8e1ed59bbc56e85bff2dcfd7ad117c0ff3942b5d /src/qt/coincontroldialog.h
parent895fbd768f0c89cea3f78acac58b233d4e3a145e (diff)
downloadbitcoin-6558f8acc363e1141f2864ee9be2bc7e980842a3.tar.xz
[gui] Defer coin control instancing
Defer the GUI coin control instancing so that argument processing is taken into account for the default coin control values.
Diffstat (limited to 'src/qt/coincontroldialog.h')
-rw-r--r--src/qt/coincontroldialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/coincontroldialog.h b/src/qt/coincontroldialog.h
index 355ed5f553..a254c55556 100644
--- a/src/qt/coincontroldialog.h
+++ b/src/qt/coincontroldialog.h
@@ -52,7 +52,7 @@ public:
static void updateLabels(WalletModel*, QDialog*);
static QList<CAmount> payAmounts;
- static CCoinControl *coinControl;
+ static CCoinControl *coinControl();
static bool fSubtractFeeFromAmount;
private: