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

Method LoadKey

src/wallet/scriptpubkeyman.cpp:283–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281}
282
283bool LegacyDataSPKM::LoadKey(const CKey& key, const CPubKey &pubkey)
284{
285 return AddKeyPubKeyInner(key, pubkey);
286}
287
288bool LegacyDataSPKM::LoadCScript(const CScript& redeemScript)
289{

Callers 3

LoadKeyFunction · 0.80
WalletMigrationFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected