Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
142
bool CWalletDB::WriteWatchOnly(const CScript& dest)
143
{
144
nWalletDBUpdateCounter++;
145
return Write(std::make_pair(std::string(
"watchs"
), dest),
'1'
);
146
}
147
148
bool CWalletDB::EraseWatchOnly(const CScript& dest)
149
{
Callers
1
AddWatchOnly
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected