aboutsummaryrefslogtreecommitdiff
path: root/src/qt/walletmodel.h
diff options
context:
space:
mode:
authorSjors Provoost <sjors@sprovoost.nl>2017-12-22 09:18:05 +0100
committerSjors Provoost <sjors@sprovoost.nl>2017-12-22 09:18:05 +0100
commit5cbbbd71432bffa4089ff34dd6b09f017c4adaf7 (patch)
tree4bf75b78c57d0e805259111474cce72b022cf75b /src/qt/walletmodel.h
parent91eeaa03354bbb4ee79d6defaffaef2b32ecbe29 (diff)
downloadbitcoin-5cbbbd71432bffa4089ff34dd6b09f017c4adaf7.tar.xz
[Wallet] Use RBF by default in QT only
GUI wallet uses RBF by default, regardless of -walletrbf. RPC and debug console in the GUI remain unchanged; they don't use RBF by default, unless launched with -walletrbf=1.
Diffstat (limited to 'src/qt/walletmodel.h')
-rw-r--r--src/qt/walletmodel.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qt/walletmodel.h b/src/qt/walletmodel.h
index 028146c187..8009e54b19 100644
--- a/src/qt/walletmodel.h
+++ b/src/qt/walletmodel.h
@@ -216,8 +216,6 @@ public:
int getDefaultConfirmTarget() const;
- bool getDefaultWalletRbf() const;
-
private:
CWallet *wallet;
bool fHaveWatchOnly;