[rpc] update comment [ci skip]

This commit is contained in:
Anton Kaliaev 2017-10-13 15:02:49 +04:00
parent db413aadfd
commit 7518c4a9be
No known key found for this signature in database
GPG Key ID: 7B6881D965918214
1 changed files with 2 additions and 1 deletions

View File

@ -7,5 +7,6 @@ type ABCIQueryOptions struct {
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}