MCPcopy 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
907bool LegacyScriptPubKeyMan::LoadWatchOnly(const CScript &dest)
908{
909 return AddWatchOnlyInMem(dest);
910}
911
912bool LegacyScriptPubKeyMan::AddWatchOnlyInMem(const CScript &dest)
913{

Callers 2

walletdb.cppFile · 0.80
TestWatchOnlyPubKeyFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestWatchOnlyPubKeyFunction · 0.64