Skip to content

Commit b3e9af6

Browse files
Update modules/core/keeper/msg_server.go
Co-authored-by: Damian Nolan <damiannolan@gmail.com>
1 parent f8ee3d5 commit b3e9af6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/core/keeper/msg_server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@ func (k Keeper) UpdateClientParams(goCtx context.Context, msg *clienttypes.MsgUp
707707
return &clienttypes.MsgUpdateParamsResponse{}, nil
708708
}
709709

710-
// UpdateConnectionParams defines a rpc handler method for MsgUpdateParams for the connection submodule.
710+
// UpdateConnectionParams defines a rpc handler method for MsgUpdateParams for the 03-connection submodule.
711711
func (k Keeper) UpdateConnectionParams(goCtx context.Context, msg *connectiontypes.MsgUpdateParams) (*connectiontypes.MsgUpdateParamsResponse, error) {
712712
if k.GetAuthority() != msg.Authority {
713713
return nil, errorsmod.Wrapf(ibcerrors.ErrUnauthorized, "expected %s, got %s", k.GetAuthority(), msg.Authority)

0 commit comments

Comments
 (0)