Function update_block_state

Source
fn update_block_state(
    block: &MultiEraBlock,
    first_indexed_block: &mut Option<Point>,
    first_immutable: &mut bool,
    last_indexed_block: &mut Option<Point>,
    last_immutable: &mut bool,
    blocks_synced: &mut u64,
)
Expand description

Update block related state.