Skip to content

Commit

Permalink
Merge branch 'shawn/throttle-with-retries-consumer-changes' of https:…
Browse files Browse the repository at this point in the history
…//github.com/cosmos/interchain-security into shawn/throttle-with-retries-consumer-changes
  • Loading branch information
shaspitz committed Aug 7, 2023
2 parents 81f47fb + f64d34d commit f5831c4
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 f5831c4

Please sign in to comment.