Update status-client-spec.md

Co-Authored-By: Oskar Thorén <ot@oskarthoren.com>
This commit is contained in:
Corey 2020-03-26 08:12:57 -04:00 committed by Oskar Thoren
parent 10c6a47df4
commit d59df127a8
No known key found for this signature in database
GPG Key ID: B2ECCFD3BC2EF77E
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ and at some point we might be forced to change them.
#### Discovery
To implement a Status client you MUST discover peers to connect to. We use a
To implement a Status client you MUST discover or have a list of peers to connect to. We use a
light discovery mechanism based on a combination of [Discovery
v5](https://github.com/ethereum/devp2p/blob/master/discv5/discv5.md) and
[Rendezvous Protocol](https://github.com/libp2p/specs/tree/master/rendezvous),