| 4525 | } |
| 4526 | |
| 4527 | void CChainState::UnloadBlockIndex() { |
| 4528 | nBlockSequenceId = 1; |
| 4529 | m_failed_blocks.clear(); |
| 4530 | setBlockIndexCandidates.clear(); |
| 4531 | } |
| 4532 | |
| 4533 | // May NOT be used after any connections are up as much |
| 4534 | // of the peer-processing logic assumes a consistent |
no test coverage detected