In some cases after running the client for a bit, the chainstate seems to have blocks with a lower validity level than VALID_SCRIPTS
. This causes a crash on launch in the PruneBlockIndexCandidates
function, where the setBlockIndexCandidates
is empty after filtering by m_chain.
Could not figure out root cause as to why, so for now just added an alert so the user is not deadended.