Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ LoadWatchOnly
Method
LoadWatchOnly
src/wallet/scriptpubkeyman.cpp:907–910 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
905
}
906
907
bool LegacyScriptPubKeyMan::LoadWatchOnly(const CScript &dest)
908
{
909
return AddWatchOnlyInMem(dest);
910
}
911
912
bool LegacyScriptPubKeyMan::AddWatchOnlyInMem(const CScript &dest)
913
{
Callers
2
walletdb.cpp
File · 0.80
TestWatchOnlyPubKey
Function · 0.80
Calls
no outgoing calls
Tested by
1
TestWatchOnlyPubKey
Function · 0.64