From 42a0c14f2a321c912356f07ff0f6096fa9c4ea3b Mon Sep 17 00:00:00 2001 From: John Reed Date: Mon, 20 Nov 2017 09:48:19 -0600 Subject: [PATCH] adding detail on Announce Clarifying that the Announce array is only used when non-empty and will override the default inferred announce addresses. License: MIT Signed-off-by: John Reed --- docs/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.md b/docs/config.md index 49e39d59d..10fe09c47 100644 --- a/docs/config.md +++ b/docs/config.md @@ -43,7 +43,7 @@ Default: ``` - `Announce` -Array of swarm addresses to announce to the network. +If non-empty, this array specifies the swarm addresses to announce to the network. If empty, the daemon will announce inferred swarm addresses. Default: `[]`