MCPcopy 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
207bool CWallet::LoadWatchOnly(const CScript &dest)
208{
209 return CCryptoKeyStore::AddWatchOnly(dest);
210}
211
212bool CWallet::Unlock(const SecureString& strWalletPassphrase)
213{

Callers 1

ReadKeyValueFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected