| 136 | } |
| 137 | |
| 138 | bool WalletBatch::WritePool(int64_t nPool, const CKeyPool& keypool) |
| 139 | { |
| 140 | return WriteIC(std::make_pair(std::string("pool"), nPool), keypool); |
| 141 | } |
| 142 | |
| 143 | bool WalletBatch::ErasePool(int64_t nPool) |
| 144 | { |
no outgoing calls
no test coverage detected