Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LUX-Core/lux
/ LoadWatchOnly
Method
LoadWatchOnly
src/wallet.cpp:434–437 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
432
}
433
434
bool CWallet::LoadWatchOnly(const CScript& dest)
435
{
436
return CCryptoKeyStore::AddWatchOnly(dest);
437
}
438
439
bool CWallet::Unlock(const SecureString& strWalletPassphrase, bool stakingOnly)
440
{
Callers
1
ReadKeyValue
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected