MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / learnRelatedScripts

Method learnRelatedScripts

src/interfaces/wallet.cpp:184–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182 return result;
183 }
184 void learnRelatedScripts(const CPubKey& key, OutputType type) override { m_wallet.LearnRelatedScripts(key, type); }
185 bool addDestData(const CTxDestination& dest, const std::string& key, const std::string& value) override
186 {
187 LOCK(m_wallet.cs_wallet);

Callers 2

fetchPaymentACKMethod · 0.80
addRowMethod · 0.80

Calls 1

LearnRelatedScriptsMethod · 0.80

Tested by

no test coverage detected