We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff9500e commit efd7c85Copy full SHA for efd7c85
x/market/keeper/grpc_query.go
@@ -55,7 +55,7 @@ func (k Querier) Orders(c context.Context, req *types.QueryOrdersRequest) (*type
55
case hasPaginationKey:
56
var key []byte
57
var err error
58
-
+
59
// Accept both raw and base64-encoded keys: try raw first, then base64.
60
paginationKeyBytes := req.Pagination.Key
61
states, searchPrefix, key, _, err = query.DecodePaginationKey(paginationKeyBytes)
0 commit comments