| 1158 | } |
| 1159 | |
| 1160 | bool WalletBatch::EraseDestData(const std::string &address, const std::string &key) |
| 1161 | { |
| 1162 | return EraseIC(std::make_pair(DBKeys::DESTDATA, std::make_pair(address, key))); |
| 1163 | } |
| 1164 | |
| 1165 | |
| 1166 | bool WalletBatch::WriteHDChain(const CHDChain& chain) |
no outgoing calls
no test coverage detected