MCPcopy 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
406bool CWallet::LoadWatchOnly(const CScript &dest)
407{
408 return CCryptoKeyStore::AddWatchOnly(dest);
409}
410
411bool CWallet::Unlock(const SecureString& strWalletPassphrase)
412{

Callers 1

walletdb.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected