Skip to content

Commit

Permalink
Update x/ccv/consumer/keeper/throttle_retry.go
Browse files Browse the repository at this point in the history
Co-authored-by: Marius Poke <[email protected]>
  • Loading branch information
shaspitz and mpoke committed Aug 7, 2023
1 parent ebe3cd5 commit f64d34d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/ccv/consumer/keeper/throttle_retry.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
)

//
// Throttling with retries follows a FSM design:
// Throttling with retries follows a finite-state machine design:
//
// 1. "No slash": If no slash record exists, the consumer is permitted to send packets from the pending packets queue.
// The consumer starts in this state from genesis.
Expand Down

0 comments on commit f64d34d

Please sign in to comment.