| 74 | // |
| 75 | |
| 76 | bool WalletBatch::WriteName(const std::string& strAddress, const std::string& strName) |
| 77 | { |
| 78 | return WriteIC(std::make_pair(DBKeys::NAME, strAddress), strName); |
| 79 | } |
| 80 | |
| 81 | bool WalletBatch::EraseName(const std::string& strAddress) |
| 82 | { |
no outgoing calls
no test coverage detected