| 88 | } |
| 89 | |
| 90 | bool WalletBatch::WriteMasterKey(unsigned int nID, const CMasterKey& kMasterKey) |
| 91 | { |
| 92 | return WriteIC(std::make_pair(std::string("mkey"), nID), kMasterKey, true); |
| 93 | } |
| 94 | |
| 95 | bool WalletBatch::WriteCScript(const uint160& hash, const CScript& redeemScript) |
| 96 | { |
no outgoing calls
no test coverage detected