Function hotshot_task_impls::quorum_vote::handlers::start_drb_task

source ยท
async fn start_drb_task<TYPES: NodeType, I: NodeImplementation<TYPES>, V: Versions>(
    proposal: &QuorumProposalWrapper<TYPES>,
    task_state: &mut QuorumVoteTaskState<TYPES, I, V>,
)
Expand description

Start the DRB computation task for the next epoch.

Uses the seed previously stored in store_drb_seed_and_result.