diff options
| author | Sjors Provoost <[email protected]> | 2017-12-22 09:18:05 +0100 |
|---|---|---|
| committer | Sjors Provoost <[email protected]> | 2017-12-22 09:18:05 +0100 |
| commit | 5cbbbd71432bffa4089ff34dd6b09f017c4adaf7 (patch) | |
| tree | 4bf75b78c57d0e805259111474cce72b022cf75b /src/qt/walletmodel.cpp | |
| parent | Merge #11556: [Qt] Improved copy for RBF checkbox and tooltip (diff) | |
| download | discoin-5cbbbd71432bffa4089ff34dd6b09f017c4adaf7.tar.xz discoin-5cbbbd71432bffa4089ff34dd6b09f017c4adaf7.zip | |
[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.cpp')
| -rw-r--r-- | src/qt/walletmodel.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/qt/walletmodel.cpp b/src/qt/walletmodel.cpp index a38e23360..e0193ed47 100644 --- a/src/qt/walletmodel.cpp +++ b/src/qt/walletmodel.cpp @@ -737,8 +737,3 @@ int WalletModel::getDefaultConfirmTarget() const { return nTxConfirmTarget; } - -bool WalletModel::getDefaultWalletRbf() const -{ - return fWalletRbf; -} |