rename json field because try is a groovy keyword

This commit is contained in:
Zlatin Balevsky
2018-07-25 20:43:22 +01:00
parent e10eb7648b
commit b96a039c91

View File

@ -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.
The HostCache replies with a "Pong" message.