[][src]Function grin_chain::pipe::process_block_header

pub fn process_block_header(
    header: &BlockHeader,
    ctx: &mut BlockContext
) -> Result<(), Error>

Process block header as part of "header first" block propagation. We validate the header but we do not store it or update header head based on this. We will update these once we get the block back after requesting it.