| 182 | } |
| 183 | |
| 184 | bool WalletBatch::WriteOrderPosNext(int64_t nOrderPosNext) |
| 185 | { |
| 186 | return WriteIC(DBKeys::ORDERPOSNEXT, nOrderPosNext); |
| 187 | } |
| 188 | |
| 189 | bool WalletBatch::ReadPool(int64_t nPool, CKeyPool& keypool) |
| 190 | { |
no outgoing calls
no test coverage detected