| 131 | } |
| 132 | |
| 133 | bool WalletBatch::ReadPool(int64_t nPool, CKeyPool& keypool) |
| 134 | { |
| 135 | return m_batch.Read(std::make_pair(std::string("pool"), nPool), keypool); |
| 136 | } |
| 137 | |
| 138 | bool WalletBatch::WritePool(int64_t nPool, const CKeyPool& keypool) |
| 139 | { |
no test coverage detected