mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-12 21:01:21 +00:00
update for new abci int types
This commit is contained in:
@ -3,7 +3,7 @@ package client
|
||||
// ABCIQueryOptions can be used to provide options for ABCIQuery call other
|
||||
// than the DefaultABCIQueryOptions.
|
||||
type ABCIQueryOptions struct {
|
||||
Height uint64
|
||||
Height int64
|
||||
Trusted bool
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user