| 25 | // |
| 26 | |
| 27 | bool WalletBatch::WriteName(const std::string& strAddress, const std::string& strName) |
| 28 | { |
| 29 | return WriteIC(std::make_pair(std::string("name"), strAddress), strName); |
| 30 | } |
| 31 | |
| 32 | bool WalletBatch::EraseName(const std::string& strAddress) |
| 33 | { |