diff options
| author | MarcoFalke <[email protected]> | 2016-09-21 12:37:00 +0200 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2016-09-21 13:11:15 +0200 |
| commit | 6666ca63791788c951109b87b75c24ca99b917cd (patch) | |
| tree | 080447081700d8381865374ecd553b4f84fedacb /src/qt/walletmodel.h | |
| parent | [wallet] Introduce DEFAULT_DISABLE_WALLET (diff) | |
| download | discoin-6666ca63791788c951109b87b75c24ca99b917cd.tar.xz discoin-6666ca63791788c951109b87b75c24ca99b917cd.zip | |
[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 a15ecf899..445621551 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: |