Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ LoadWatchOnly
Method
LoadWatchOnly
src/wallet/wallet.cpp:406–409 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
404
}
405
406
bool CWallet::LoadWatchOnly(const CScript &dest)
407
{
408
return CCryptoKeyStore::AddWatchOnly(dest);
409
}
410
411
bool CWallet::Unlock(const SecureString& strWalletPassphrase)
412
{
Callers
1
walletdb.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected