Skip to content

Commit

Permalink
Merge branch 'khalil/5733-qc-stop-voting' of github.com:onflow/flow-g…
Browse files Browse the repository at this point in the history
…o into khalil/5733-qc-stop-voting
  • Loading branch information
kc1116 committed Jun 14, 2024
2 parents 091264c + fda365e commit 535ed31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/collection/epochmgr/engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ func (e *Engine) EpochSetupPhaseStarted(_ uint64, first *flow.Header) {
}

// EpochEmergencyFallbackTriggered handles the epoch emergency fallback triggered protocol event.
// If epoch emeregency fallback is triggered root QC voting must be stopped.
// If epoch emergency fallback is triggered, root QC voting must be stopped.
func (e *Engine) EpochEmergencyFallbackTriggered() {
e.stopInProgressQcVote()
}
Expand Down

0 comments on commit 535ed31

Please sign in to comment.