| 157 | } |
| 158 | |
| 159 | bool WalletBatch::WriteAccount(const std::string& strAccount, const CAccount& account) |
| 160 | { |
| 161 | return WriteIC(std::make_pair(std::string("acc"), strAccount), account); |
| 162 | } |
| 163 | |
| 164 | bool WalletBatch::EraseAccount(const std::string& strAccount) |
| 165 | { |