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

Method HaveCryptedKeys

src/wallet/wallet.cpp:3574–3580  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3572}
3573
3574bool CWallet::HaveCryptedKeys() const
3575{
3576 for (const auto& spkm : GetAllScriptPubKeyMans()) {
3577 if (spkm->HaveCryptedKeys()) return true;
3578 }
3579 return false;
3580}
3581
3582void CWallet::ConnectScriptPubKeyManNotifiers()
3583{

Callers 1

LoadWalletMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected