Trivial: Add const modifier to GetHDChain and IsHDEnabled
This commit is contained in:
@@ -1329,7 +1329,7 @@ bool CWallet::SetHDChain(const CHDChain& chain, bool memonly)
|
||||
return true;
|
||||
}
|
||||
|
||||
bool CWallet::IsHDEnabled()
|
||||
bool CWallet::IsHDEnabled() const
|
||||
{
|
||||
return !hdChain.masterKeyID.IsNull();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user