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

Method WriteCScript

src/wallet/walletdb.cpp:95–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95bool WalletBatch::WriteCScript(const uint160& hash, const CScript& redeemScript)
96{
97 return WriteIC(std::make_pair(std::string("cscript"), hash), redeemScript, false);
98}
99
100bool WalletBatch::WriteWatchOnly(const CScript &dest, const CKeyMetadata& keyMeta)
101{

Callers 1

AddCScriptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected