Skip to content

Commit

Permalink
disable CountTotal (#1009)
Browse files Browse the repository at this point in the history
  • Loading branch information
agouin committed Sep 30, 2022
1 parent 5ac3f63 commit 66e260b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relayer/chains/cosmos/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -921,7 +921,7 @@ func DefaultPageRequest() *querytypes.PageRequest {
Key: []byte(""),
Offset: 0,
Limit: 1000,
CountTotal: true,
CountTotal: false,
}
}

Expand Down

0 comments on commit 66e260b

Please sign in to comment.