mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-12 21:01:21 +00:00
[rpc] update comment [ci skip]
This commit is contained in:
@ -7,5 +7,6 @@ type ABCIQueryOptions struct {
|
|||||||
Trusted bool
|
Trusted bool
|
||||||
}
|
}
|
||||||
|
|
||||||
// DefaultABCIQueryOptions are latest height (0) and prove equal to true.
|
// DefaultABCIQueryOptions are latest height (0) and trusted equal to false
|
||||||
|
// (which will result in a proof being returned).
|
||||||
var DefaultABCIQueryOptions = ABCIQueryOptions{Height: 0, Trusted: false}
|
var DefaultABCIQueryOptions = ABCIQueryOptions{Height: 0, Trusted: false}
|
||||||
|
Reference in New Issue
Block a user