From bd06b64699a9096bea81696d2af770561a0c4907 Mon Sep 17 00:00:00 2001 From: Joscha Date: Tue, 18 Feb 2020 12:13:29 +0000 Subject: [PATCH] [docs] Add back inital root node in server hello packet --- docs/API.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/API.md b/docs/API.md index 4aa0629..dae49f2 100644 --- a/docs/API.md +++ b/docs/API.md @@ -153,6 +153,7 @@ contains the protocol extensions that will be active for this connection. |--------------|-----------------|-----------------------------------------------------------------| | `type` | string | The string `hello` | | `extensions` | list of strings | The protocol extensions that will be active for this connection | +| `node` | node | The initial root node | ### update