| 78 | } |
| 79 | |
| 80 | bool WalletBatch::WritePurpose(const std::string& strAddress, const std::string& strPurpose) |
| 81 | { |
| 82 | return WriteIC(std::make_pair(DBKeys::PURPOSE, strAddress), strPurpose); |
| 83 | } |
| 84 | |
| 85 | bool WalletBatch::ErasePurpose(const std::string& strAddress) |
| 86 | { |
no outgoing calls
no test coverage detected