From 84acb91ea82cdbee1074f6e9c5951330e9c1b622 Mon Sep 17 00:00:00 2001 From: MSalopek Date: Thu, 5 Dec 2024 17:27:57 +0100 Subject: [PATCH] fix comment --- x/ccv/consumer/keeper/validators.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/ccv/consumer/keeper/validators.go b/x/ccv/consumer/keeper/validators.go index 34175263b2..3fce5441a1 100644 --- a/x/ccv/consumer/keeper/validators.go +++ b/x/ccv/consumer/keeper/validators.go @@ -179,7 +179,7 @@ func (k Keeper) SlashWithInfractionReason(goCtx context.Context, addr sdk.ConsAd // the provider validator set will soon be in effect, and jailing is n/a. func (k Keeper) Jail(context.Context, sdk.ConsAddress) error { return nil } -// Unjail is enabled for previously standalone chains after the changeover is complete. +// Unjail is enabled for previously standalone chains and chains implementing democracy staking. // // This method should be a no-op for consumer chains that launched with the CCV module first. func (k Keeper) Unjail(sdkCtx context.Context, addr sdk.ConsAddress) error {