MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / HasEncryptionKeys

Method HasEncryptionKeys

src/wallet/wallet.cpp:3569–3572  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3567}
3568
3569bool CWallet::HasEncryptionKeys() const
3570{
3571 return !mapMasterKeys.empty();
3572}
3573
3574bool CWallet::HaveCryptedKeys() const
3575{

Callers 15

WalletShowInfoFunction · 0.80
HaveKeyMethod · 0.80
GetKeyMethod · 0.80
GetPubKeyMethod · 0.80
GetKeysMethod · 0.80
LoadWalletMethod · 0.80
isCryptedMethod · 0.80
isEncryptedMethod · 0.80
walletpassphraseFunction · 0.80
walletpassphrasechangeFunction · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected