Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
725
bool LegacyScriptPubKeyMan::LoadKey(const CKey& key, const CPubKey &pubkey)
726
{
727
return AddKeyPubKeyInner(key, pubkey);
728
}
729
730
bool LegacyScriptPubKeyMan::AddKeyPubKey(const CKey& secret, const CPubKey &pubkey)
731
{
Callers
1
walletdb.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected