[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

@@ -833,6 +833,9 @@ public:
bool SetHDChain(const CHDChain& chain, bool memonly);
const CHDChain& GetHDChain() { return hdChain; }
/* Returns true if HD is enabled */
bool IsHDEnabled();
/* Generates a new HD master key (will not be activated) */
CPubKey GenerateNewHDMasterKey();