aboutsummaryrefslogtreecommitdiff
path: root/src/qt/walletmodel.h
diff options
context:
space:
mode:
authorJonas Schnelli <dev@jonasschnelli.ch>2016-08-19 18:47:23 +0200
committerJonas Schnelli <dev@jonasschnelli.ch>2016-08-19 18:47:49 +0200
commit2468292a03539c5b46220db15078f81915006915 (patch)
tree185d63dc2d1e801cc9babdd1c3d55e5d42df9965 /src/qt/walletmodel.h
parent56ac0469609ad41e0ce3f002e87bd3d006c5c953 (diff)
parent914154f0ccf2a18a273c7fdb3e80016732149303 (diff)
downloadbitcoin-2468292a03539c5b46220db15078f81915006915.tar.xz
Merge #8517: [Qt] show wallet HD state in statusbar
914154f [Qt] add HD enabled/disabled icon to the status bar (Jonas Schnelli)
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 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;