| 144 | } |
| 145 | |
| 146 | bool WalletBatch::WriteMasterKey(unsigned int nID, const CMasterKey& kMasterKey) |
| 147 | { |
| 148 | return WriteIC(std::make_pair(DBKeys::MASTER_KEY, nID), kMasterKey, true); |
| 149 | } |
| 150 | |
| 151 | bool WalletBatch::WriteCScript(const uint160& hash, const CScript& redeemScript) |
| 152 | { |
no outgoing calls
no test coverage detected