| 6268 | } |
| 6269 | |
| 6270 | ChainstateRole Chainstate::GetRole() const |
| 6271 | { |
| 6272 | return ChainstateRole{.validated = m_assumeutxo == Assumeutxo::VALIDATED, .historical = bool{m_target_blockhash}}; |
| 6273 | } |
| 6274 | |
| 6275 | void ChainstateManager::RecalculateBestHeader() |
| 6276 | { |
no outgoing calls
no test coverage detected