Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoinxt/bitcoinxt
/ LoadWatchOnly
Method
LoadWatchOnly
src/wallet/wallet.cpp:207–210 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
205
}
206
207
bool CWallet::LoadWatchOnly(const CScript &dest)
208
{
209
return CCryptoKeyStore::AddWatchOnly(dest);
210
}
211
212
bool CWallet::Unlock(const SecureString& strWalletPassphrase)
213
{
Callers
1
ReadKeyValue
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected