mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 14:38:29 +01:00
[Qt] add HD enabled/disabled icon to the status bar
This commit is contained in:
@@ -683,3 +683,8 @@ bool WalletModel::abandonTransaction(uint256 hash) const
|
||||
LOCK2(cs_main, wallet->cs_wallet);
|
||||
return wallet->AbandonTransaction(hash);
|
||||
}
|
||||
|
||||
bool WalletModel::hdEnabled() const
|
||||
{
|
||||
return wallet->IsHDEnabled();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user