Skip to content

Commit

Permalink
Update block_time_controller.go
Browse files Browse the repository at this point in the history
  • Loading branch information
kc1116 committed Jul 8, 2024
1 parent 74bf50c commit 08890a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consensus/hotstuff/cruisectl/block_time_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ type BlockTimeController struct {

epochInfo // scheduled transition view for current/next epoch
// Currently, the only possible state transition for `epochFallbackTriggered` is false → true.
// TODO for 'leaving Epoch Fallback via special service data' this might need to change.
// TODO for 'leaving Epoch Fallback via special service event' this might need to change.
epochFallbackTriggered bool

incorporatedBlocks chan TimedBlock // OnBlockIncorporated events, we desire these blocks to be processed in a timely manner and therefore use a small channel capacity
Expand Down

0 comments on commit 08890a7

Please sign in to comment.