store_drb_result

Function store_drb_result 

Source
async fn store_drb_result<TYPES: NodeType, I: NodeImplementation<TYPES>>(
    task_state: &mut QuorumVoteTaskState<TYPES, I>,
    decided_leaf: &Leaf2<TYPES>,
) -> Result<()>
Expand description

Store the DRB result for the next epoch if we received it in a decided leaf.