From a123632bd134cfb89ef90817d179e75100ef2a36 Mon Sep 17 00:00:00 2001 From: beer-1 <147697694+beer-1@users.noreply.github.com> Date: Fri, 5 Apr 2024 13:13:58 +0900 Subject: [PATCH] proto comment --- api/opinit/opchild/v1/types.pulsar.go | 3 +-- proto/opinit/opchild/v1/types.proto | 3 +-- x/opchild/types/types.pb.go | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/api/opinit/opchild/v1/types.pulsar.go b/api/opinit/opchild/v1/types.pulsar.go index 0ab5ed93..d77cf483 100644 --- a/api/opinit/opchild/v1/types.pulsar.go +++ b/api/opinit/opchild/v1/types.pulsar.go @@ -1868,8 +1868,7 @@ type Params struct { // the account address of bridge executor who can execute permissioned bridge // messages. BridgeExecutor string `protobuf:"bytes,4,opt,name=bridge_executor,json=bridgeExecutor,proto3" json:"bridge_executor,omitempty"` - // the account address of admin who can execute permissioned cosmos upgrade - // messages. + // the account address of admin who can execute permissioned cosmos messages. Admin string `protobuf:"bytes,5,opt,name=admin,proto3" json:"admin,omitempty"` } diff --git a/proto/opinit/opchild/v1/types.proto b/proto/opinit/opchild/v1/types.proto index a5ac0d8c..fcf21f8a 100644 --- a/proto/opinit/opchild/v1/types.proto +++ b/proto/opinit/opchild/v1/types.proto @@ -34,8 +34,7 @@ message Params { (amino.dont_omitempty) = true, (gogoproto.moretags) = "yaml:\"bridge_executor\"" ]; - // the account address of admin who can execute permissioned cosmos upgrade - // messages. + // the account address of admin who can execute permissioned cosmos messages. string admin = 5 [ (cosmos_proto.scalar) = "cosmos.AddressString", (amino.dont_omitempty) = true, diff --git a/x/opchild/types/types.pb.go b/x/opchild/types/types.pb.go index 6c2bb426..d760b2a1 100644 --- a/x/opchild/types/types.pb.go +++ b/x/opchild/types/types.pb.go @@ -39,8 +39,7 @@ type Params struct { // the account address of bridge executor who can execute permissioned bridge // messages. BridgeExecutor string `protobuf:"bytes,4,opt,name=bridge_executor,json=bridgeExecutor,proto3" json:"bridge_executor,omitempty" yaml:"bridge_executor"` - // the account address of admin who can execute permissioned cosmos upgrade - // messages. + // the account address of admin who can execute permissioned cosmos messages. Admin string `protobuf:"bytes,5,opt,name=admin,proto3" json:"admin,omitempty" yaml:"admin"` }