fix: remove extra ; in service.proto
This commit is contained in:
parent
67a403311f
commit
529e953e04
@ -50,7 +50,7 @@ message GetTxsEventRequest {
|
||||
// pagination defines a pagination for the request.
|
||||
// Deprecated post v0.46.x: use page and limit instead.
|
||||
cosmos.base.query.v1beta1.PageRequest pagination = 2 [deprecated = true];
|
||||
;
|
||||
|
||||
OrderBy order_by = 3;
|
||||
// page is the page number to query, starts at 1. If not provided, will default to first page.
|
||||
uint64 page = 4;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user