MCPcopy Create free account
hub / github.com/LUX-Core/lux / WriteWatchOnly

Method WriteWatchOnly

src/walletdb.cpp:142–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142bool CWalletDB::WriteWatchOnly(const CScript& dest)
143{
144 nWalletDBUpdateCounter++;
145 return Write(std::make_pair(std::string("watchs"), dest), '1');
146}
147
148bool CWalletDB::EraseWatchOnly(const CScript& dest)
149{

Callers 1

AddWatchOnlyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected