pub fn detailed_check(
    db: &ZebraDb,
    _cancel_receiver: &Receiver<CancelFormatChange>
) -> Result<Result<(), String>, CancelFormatChange>
Expand description

Detailed check that the sprout and history tip trees have updated key formats. This is currently the same as the quick check.

§Panics

If the state is empty.