Browse Source

fix typo

pull/3894/head
Anubhav Mishra 7 years ago committed by GitHub
parent
commit
0813175340
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      api/api.go

2
api/api.go

@ -101,7 +101,7 @@ type QueryOptions struct {
// be provided for filtering.
NodeMeta map[string]string
// RelayFactor is used in keyring operations to cause reponses to be
// RelayFactor is used in keyring operations to cause responses to be
// relayed back to the sender through N other random nodes. Must be
// a value from 0 to 5 (inclusive).
RelayFactor uint8

Loading…
Cancel
Save