From f64d34d82911307fe41a6fbabcba751f3c15291c Mon Sep 17 00:00:00 2001 From: Shawn <44221603+smarshall-spitzbart@users.noreply.github.com> Date: Mon, 7 Aug 2023 11:43:29 -0700 Subject: [PATCH] Update x/ccv/consumer/keeper/throttle_retry.go Co-authored-by: Marius Poke --- x/ccv/consumer/keeper/throttle_retry.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/ccv/consumer/keeper/throttle_retry.go b/x/ccv/consumer/keeper/throttle_retry.go index 861583f633..7f2e3cdca7 100644 --- a/x/ccv/consumer/keeper/throttle_retry.go +++ b/x/ccv/consumer/keeper/throttle_retry.go @@ -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.