Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion types/queries.go
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ type RawRangeQuery struct {
ContractAddr string `json:"contract_addr"`
// Inclusive start bound. This is the first key you would like to get data for.
//
// If `start` is lexicographically greater than or equal to `end`, an empty range is described, mo matter of the order.
// If `start` is lexicographically greater than or equal to `end`, an empty range is described, no matter of the order.
Start []byte `json:"start,omitempty"`
// Exclusive end bound. This is the key after the last key you would like to get data for.
End []byte `json:"end,omitempty"`
Expand Down