ctrl-Felix / cosmospy-protobuf

Cosmos Protobuf library
19 stars 14 forks source link

QueryPoolsRequest has wrong filed id on omosis/gamm/v1beta1/query.proto #7

Closed Rhaki closed 1 year ago

Rhaki commented 1 year ago

On file: omosis/gamm/v1beta1/query.proto, row 80-82

message QueryPoolsRequest { // pagination defines an optional pagination for the request. cosmos.base.query.v1beta1.PageRequest pagination = 2; }

The pagination should be the 1 field and not the 2

Rhaki commented 1 year ago

Ok this doesn't create any problem