Skip to main content

reconcile

Function reconcile 

Source
async fn reconcile(
    nodes: &mut Vec<BurstNode>,
    target: usize,
    ctx: &ReconcileCtx<'_>,
) -> Result<(), LatitudeError>