Skip to content

Commit

Permalink
fix: remove extra ; in service.proto (#15443)
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Mar 17, 2023
1 parent e1da9c5 commit 431e42a
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 431e42a

Please sign in to comment.