| 259 | } |
| 260 | |
| 261 | bool CWalletDB::ErasePool(int64_t nPool) |
| 262 | { |
| 263 | nWalletDBUpdateCounter++; |
| 264 | return Erase(std::make_pair(std::string("pool"), nPool)); |
| 265 | } |
| 266 | |
| 267 | bool CWalletDB::WriteMinVersion(int nVersion) |
| 268 | { |
no outgoing calls
no test coverage detected