MCPcopy Create free account
hub / github.com/ElementsProject/elements / AddWatchOnly

Method AddWatchOnly

src/wallet/scriptpubkeyman.cpp:944–948  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

942}
943
944bool LegacyScriptPubKeyMan::AddWatchOnly(const CScript& dest)
945{
946 WalletBatch batch(m_storage.GetDatabase());
947 return AddWatchOnlyWithDB(batch, dest);
948}
949
950bool LegacyScriptPubKeyMan::AddWatchOnly(const CScript& dest, int64_t nCreateTime)
951{

Callers

nothing calls this directly

Calls 1

CScriptIDClass · 0.85

Tested by

no test coverage detected