aboutsummaryrefslogtreecommitdiff
path: root/src/qt/walletmodel.h
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2016-09-21 12:37:00 +0200
committerMarcoFalke <falke.marco@gmail.com>2016-09-21 13:11:15 +0200
commit6666ca63791788c951109b87b75c24ca99b917cd (patch)
tree080447081700d8381865374ecd553b4f84fedacb /src/qt/walletmodel.h
parentfa58edbffe929da45004d4406d7d1ffc7d14dc98 (diff)
downloadbitcoin-6666ca63791788c951109b87b75c24ca99b917cd.tar.xz
[qt] WalletModel: Expose disablewallet
Diffstat (limited to 'src/qt/walletmodel.h')
-rw-r--r--src/qt/walletmodel.h2
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: