From a28e0afaef35cf6681d48838210dc4c606e6ed44 Mon Sep 17 00:00:00 2001 From: sumBTC Date: Tue, 22 Aug 2023 07:11:27 +0200 Subject: [PATCH] announce-addr not announce only --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79ffdd57c..e4ae112b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -69,7 +69,7 @@ Note: You should always set `allow-deprecated-apis=false` to test for changes. - Config: boolean plugin options set to `1` or `0` (use `true` and `false` like non-plugin options). ([#6243]) - Config: `accept-htlc-tlv-types` (use `accept-htlc-tlv-type` multiple times) ([#6243]) - Config: `experimental-websocket-port`: use `--bind=ws::`. ([#6173]) - - Config: bind-addr=xxx.onion and addr=xxx.onion, use announce=xxx.onion (which was always equivalent). ([#6173]) + - Config: bind-addr=xxx.onion and addr=xxx.onion, use announce-addr=xxx.onion (which was always equivalent). ([#6173]) - Config: addr=/socketpath, use listen=/socketpath (which was always equivalent). ([#6173]) - Config: `announce-addr-dns`; use `--bind-addr=dns:ADDR` for finer control. ([#6173])