MCPcopy Create free account
hub / github.com/ElementsProject/elements / LoadKey

Method LoadKey

src/wallet/scriptpubkeyman.cpp:725–728  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

723}
724
725bool LegacyScriptPubKeyMan::LoadKey(const CKey& key, const CPubKey &pubkey)
726{
727 return AddKeyPubKeyInner(key, pubkey);
728}
729
730bool LegacyScriptPubKeyMan::AddKeyPubKey(const CKey& secret, const CPubKey &pubkey)
731{

Callers 1

walletdb.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected