diff options
author | Jonas Schnelli <dev@jonasschnelli.ch> | 2016-08-17 14:09:47 +0200 |
---|---|---|
committer | Jonas Schnelli <dev@jonasschnelli.ch> | 2016-08-19 09:21:04 +0200 |
commit | 914154f0ccf2a18a273c7fdb3e80016732149303 (patch) | |
tree | f7b3c1f8a1e1550ee680c759ca9135f6c8e056ce /src/qt/walletmodel.h | |
parent | 1030fa718c59c29d3208af13e853457b7ac59d2e (diff) |
[Qt] add HD enabled/disabled icon to the status bar
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 e5470bf618..a15ecf899b 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; + bool hdEnabled() const; + private: CWallet *wallet; bool fHaveWatchOnly; |