MCPcopy 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
434bool CWallet::LoadWatchOnly(const CScript& dest)
435{
436 return CCryptoKeyStore::AddWatchOnly(dest);
437}
438
439bool CWallet::Unlock(const SecureString& strWalletPassphrase, bool stakingOnly)
440{

Callers 1

ReadKeyValueFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected