Browse Source

[rpc] update comment [ci skip]

pull/734/head
Anton Kaliaev 7 years ago
parent
commit
7518c4a9be
No known key found for this signature in database GPG Key ID: 7B6881D965918214
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      rpc/client/types.go

+ 2
- 1
rpc/client/types.go 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}

Loading…
Cancel
Save