diff --git a/doc/wire-protocol.md b/doc/wire-protocol.md index f6564408..90a105b7 100644 --- a/doc/wire-protocol.md +++ b/doc/wire-protocol.md @@ -14,7 +14,7 @@ Rejecting the handshake is done by responding with the word "REJECT", optionally ``` { - try: [b64.1, b64.2...] + tryHosts: [b64.1, b64.2...] } ``` @@ -158,4 +158,4 @@ Nodes send a "Ping" message to the hostcache, enriched with a boolean "leaf" fie ### HostCache to Node -The HostCache replies with a "Pong" message. \ No newline at end of file +The HostCache replies with a "Pong" message.