Skip to content

Commit

Permalink
fix: remove extra ; in service.proto
Browse files Browse the repository at this point in the history
  • Loading branch information
allthatjazzleo authored Oct 3, 2022
1 parent 67a4033 commit 529e953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/cosmos/tx/v1beta1/service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 529e953

Please sign in to comment.