handle_eqc_formed

Function handle_eqc_formed 

Source
pub(super) async fn handle_eqc_formed<TYPES: NodeType, I: NodeImplementation<TYPES>>(
    cert_view: ViewNumber,
    leaf_commit: Commitment<Leaf2<TYPES>>,
    block_number: Option<u64>,
    task_state: &mut QuorumProposalTaskState<TYPES, I>,
    event_sender: &Sender<Arc<HotShotEvent<TYPES>>>,
)