| 149 | } |
| 150 | |
| 151 | bool WalletBatch::WriteMasterKey(unsigned int nID, const CMasterKey& kMasterKey) |
| 152 | { |
| 153 | return WriteIC(std::make_pair(DBKeys::MASTER_KEY, nID), kMasterKey, true); |
| 154 | } |
| 155 | |
| 156 | bool WalletBatch::EraseMasterKey(unsigned int id) |
| 157 | { |
no outgoing calls
no test coverage detected