diff options
author | Russell Yanofsky <russ@yanofsky.org> | 2017-01-19 18:19:39 -0500 |
---|---|---|
committer | Russell Yanofsky <russ@yanofsky.org> | 2017-01-25 12:51:06 -0500 |
commit | c4e4792c537bae6228fc3438dd971634985922f4 (patch) | |
tree | 13ed02f29b20fddf8e533847f3d2d4d53193273d /src/qt/walletmodel.h | |
parent | 838a58e7ca5c534ae125ab510fbd65d2feec72a9 (diff) |
[Qt] Change RBF checkbox to reflect -walletrbf setting
Before this commit, the checkbox would always start off unchecked. After this
commit it will respect the -walletrbf setting (which is currently false by
default).
Diffstat (limited to 'src/qt/walletmodel.h')
-rw-r--r-- | src/qt/walletmodel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qt/walletmodel.h b/src/qt/walletmodel.h index cd7585635f..78e45dc369 100644 --- a/src/qt/walletmodel.h +++ b/src/qt/walletmodel.h @@ -213,6 +213,8 @@ public: int getDefaultConfirmTarget() const; + bool getDefaultWalletRbf() const; + private: CWallet *wallet; bool fHaveWatchOnly; |