[Qt] add HD enabled/disabled icon to the status bar

914154f0cc
This commit is contained in:
Jonas Schnelli
2016-08-17 14:09:47 +02:00
committed by lateminer
parent 5d55c17441
commit 540fc749d9
15 changed files with 274 additions and 50 deletions

View File

@@ -201,6 +201,8 @@ public:
bool saveReceiveRequest(const std::string &sAddress, const int64_t nId, const std::string &sRequest);
unsigned long long updateWeight();
bool hdEnabled() const;
private:
CWallet *wallet;
bool fHaveWatchOnly;