| 187 | } |
| 188 | |
| 189 | bool WalletBatch::ReadPool(int64_t nPool, CKeyPool& keypool) |
| 190 | { |
| 191 | return m_batch->Read(std::make_pair(DBKeys::POOL, nPool), keypool); |
| 192 | } |
| 193 | |
| 194 | bool WalletBatch::WritePool(int64_t nPool, const CKeyPool& keypool) |
| 195 | { |
no test coverage detected