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

Detailed check that all trees have cached roots.

§Panics

If the state is empty.