fix(autocli): fix simapp enhancing (#15906)

This commit is contained in:
Julien Robert
2023-04-25 14:08:02 +00:00
committed by GitHub
parent e77156858f
commit ebcad58468
31 changed files with 309 additions and 1259 deletions
+2 -2
View File
@@ -4268,9 +4268,9 @@ type ModuleOptions struct {
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
// tx describes the tx command for the module.
// tx describes the tx commands for the module.
Tx *ServiceCommandDescriptor `protobuf:"bytes,1,opt,name=tx,proto3" json:"tx,omitempty"`
// query describes the tx command for the module.
// query describes the queries commands for the module.
Query *ServiceCommandDescriptor `protobuf:"bytes,2,opt,name=query,proto3" json:"query,omitempty"`
}