diff --git a/x/lightclient/keeper/msg_server_update_verification_flags.go b/x/lightclient/keeper/msg_server_update_verification_flags.go index 23df135e1e..5bdc3794f2 100644 --- a/x/lightclient/keeper/msg_server_update_verification_flags.go +++ b/x/lightclient/keeper/msg_server_update_verification_flags.go @@ -10,7 +10,7 @@ import ( // UpdateVerificationFlags updates the light client verification flags. // This disables/enables blocks verification of the light client for the specified chain. -// Emergency group can disable flags while operation group can enable/disable +// Emergency group can disable flags, it requires operational group if at least one flag is being enabled func (k msgServer) UpdateVerificationFlags(goCtx context.Context, msg *types.MsgUpdateVerificationFlags) ( *types.MsgUpdateVerificationFlagsResponse, error,