| 126 | } |
| 127 | |
| 128 | bool WalletBatch::WriteOrderPosNext(int64_t nOrderPosNext) |
| 129 | { |
| 130 | return WriteIC(std::string("orderposnext"), nOrderPosNext); |
| 131 | } |
| 132 | |
| 133 | bool WalletBatch::ReadPool(int64_t nPool, CKeyPool& keypool) |
| 134 | { |
no outgoing calls
no test coverage detected