| 1239 | } |
| 1240 | |
| 1241 | bool WalletBatch::EraseAddressData(const CTxDestination& dest) |
| 1242 | { |
| 1243 | DataStream prefix; |
| 1244 | prefix << DBKeys::DESTDATA << EncodeDestination(dest); |
| 1245 | return m_batch->ErasePrefix(prefix); |
| 1246 | } |
| 1247 | |
| 1248 | bool WalletBatch::WriteWalletFlags(const uint64_t flags) |
| 1249 | { |