From 785e788c193d1fd87c75b6cef4e65306a2ae1fb5 Mon Sep 17 00:00:00 2001 From: lumtis Date: Wed, 17 Apr 2024 13:10:16 +0200 Subject: [PATCH] update verification flags comment --- x/lightclient/keeper/msg_server_update_verification_flags.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,