aboutsummaryrefslogtreecommitdiff
path: root/src/qt/walletmodel.h
diff options
context:
space:
mode:
authorJonas Schnelli <[email protected]>2016-08-17 14:09:47 +0200
committerJonas Schnelli <[email protected]>2016-08-19 09:21:04 +0200
commit914154f0ccf2a18a273c7fdb3e80016732149303 (patch)
treef7b3c1f8a1e1550ee680c759ca9135f6c8e056ce /src/qt/walletmodel.h
parentMerge #8128: Net: Turn net structures into dumb storage classes (diff)
downloaddiscoin-914154f0ccf2a18a273c7fdb3e80016732149303.tar.xz
discoin-914154f0ccf2a18a273c7fdb3e80016732149303.zip
[Qt] add HD enabled/disabled icon to the status bar
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 e5470bf61..a15ecf899 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;