| 192 | } |
| 193 | |
| 194 | bool WalletBatch::WritePool(int64_t nPool, const CKeyPool& keypool) |
| 195 | { |
| 196 | return WriteIC(std::make_pair(DBKeys::POOL, nPool), keypool); |
| 197 | } |
| 198 | |
| 199 | bool WalletBatch::ErasePool(int64_t nPool) |
| 200 | { |
no outgoing calls
no test coverage detected