diff options
author | MarcoFalke <falke.marco@gmail.com> | 2016-09-21 12:37:00 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2016-09-21 13:11:15 +0200 |
commit | 6666ca63791788c951109b87b75c24ca99b917cd (patch) | |
tree | 080447081700d8381865374ecd553b4f84fedacb /src/qt/walletmodel.h | |
parent | fa58edbffe929da45004d4406d7d1ffc7d14dc98 (diff) |
[qt] WalletModel: Expose disablewallet
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 a15ecf899b..4456215512 100644 --- a/src/qt/walletmodel.h +++ b/src/qt/walletmodel.h @@ -203,6 +203,8 @@ public: bool transactionCanBeAbandoned(uint256 hash) const; bool abandonTransaction(uint256 hash) const; + static bool isWalletEnabled(); + bool hdEnabled() const; private: |