| 465 | } |
| 466 | |
| 467 | void BaseIndex::Stop() |
| 468 | { |
| 469 | if (m_chain->context()->validation_signals) { |
| 470 | m_chain->context()->validation_signals->UnregisterValidationInterface(this); |
| 471 | } |
| 472 | |
| 473 | if (m_thread_sync.joinable()) { |
| 474 | m_thread_sync.join(); |
| 475 | } |
| 476 | } |
| 477 | |
| 478 | IndexSummary BaseIndex::GetSummary() const |
| 479 | { |