diff --git a/x/sequencer/keeper/params.go b/x/sequencer/keeper/params.go index cead4c461..7d05c5e64 100644 --- a/x/sequencer/keeper/params.go +++ b/x/sequencer/keeper/params.go @@ -17,8 +17,8 @@ const ( // ValidateParams is a stateful validation for params. // it validates that unbonding time is greater then x/rollapp's dispute period // and that the correct denom is set. -// The unbonding time is set by governance hence it's more of a sanity/human error check which -// in theory should never fail as setting such unbonding time has wide protocol security implications beyond the dispute period. +// The unbonding time is set by governance hence it's more of a sanity/human error check which +// in theory should never fail as setting such unbonding time has wide protocol security implications beyond the dispute period. func (k Keeper) ValidateParams(ctx sdk.Context, params types.Params) error { // validate unbonding time > dispute period rollappParams := k.rollappKeeper.GetParams(ctx)