fn report_verification_result(
response: Sender<bool>,
verification_result: &Result<(Block, bool)>,
) -> Result<()>Expand description
Reports the verification result as a tracing event and consensus response.
This means either sending true/false if a decision could be rendered, or dropping the channel, if not.