Skip to main content

block_validation_context_for_connect_ibd

Function block_validation_context_for_connect_ibd 

Source
pub fn block_validation_context_for_connect_ibd<H: AsRef<BlockHeader>>(
    recent_headers: Option<&[H]>,
    network_time: u64,
    network: Network,
) -> BlockValidationContext
Expand description

Forwards to BlockValidationContext::from_connect_block_ibd_args with no BIP54 activation override and no boundary timestamps. Does not invent time or headers; pass the same values you would pass to the underlying constructor.