From 8d90e4d5a433ac4cd9a419b996c913793f90a794 Mon Sep 17 00:00:00 2001 From: Nick Adams Date: Thu, 23 Sep 2021 17:05:21 -0400 Subject: [PATCH] fixing hardcoded xref --- 16_security_privacy_ln.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/16_security_privacy_ln.asciidoc b/16_security_privacy_ln.asciidoc index 56dddc4..2bf0a2c 100644 --- a/16_security_privacy_ln.asciidoc +++ b/16_security_privacy_ln.asciidoc @@ -538,7 +538,7 @@ In the meantime, there are some measures that you can take to guard your node ag == Unannounced channels If you intend to use the Lightning Network to send and receive funds between nodes and wallets you control, and have no interest in routing other users' payments, there is little need to announce your channels to the rest of the network. -You could open a channel between, say, your desktop PC running a full node and your mobile phone running a Lightning Wallet and simply forgo the channel announcement discussed in Chapter 3. +You could open a channel between, say, your desktop PC running a full node and your mobile phone running a Lightning Wallet and simply forgo the channel announcement discussed in <>. These are sometimes called "private" channels, however it is more correct to refer to them as "unannounced" channels as they are not strictly private. Unannounced channels will not be known to the rest of the network and won't normally be used to route other users' payments.