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