| 66 | // |
| 67 | |
| 68 | bool WalletBatch::WriteName(const std::string& strAddress, const std::string& strName) |
| 69 | { |
| 70 | return WriteIC(std::make_pair(DBKeys::NAME, strAddress), strName); |
| 71 | } |
| 72 | |
| 73 | bool WalletBatch::EraseName(const std::string& strAddress) |
| 74 | { |
no outgoing calls
no test coverage detected