pub fn finalize_block(
conn: &Connection,
block_address: &ContentAddress,
) -> Result<()>
Expand description
Finalizes the block with the given hash. This sets the block to be the only block at a particular block number.
pub fn finalize_block(
conn: &Connection,
block_address: &ContentAddress,
) -> Result<()>
Finalizes the block with the given hash. This sets the block to be the only block at a particular block number.