pub fn rewind_and_apply_header_fork(
header: &BlockHeader,
ext: &mut HeaderExtension<'_>,
batch: &Batch<'_>,
ctx_specific_validation: &dyn Fn(&BlockHeader) -> Result<(), Error>,
) -> Result<(), Error>
Expand description
Rewind the header chain and reapply headers on a fork.