fn dump_reconstruct_to_file(
snarked_ledger: &Mask,
parts: &Option<Arc<StagedLedgerAuxAndPendingCoinbasesValid>>,
) -> Result<()>
Expand description
Save reconstruction to file, when it fails. So we can easily reproduce the application both in Rust and OCaml, to compare them.