From ca36c21870293a34570ab89741f904e770bfb1c4 Mon Sep 17 00:00:00 2001 From: darosior Date: Sat, 4 Apr 2020 15:47:43 +0200 Subject: [PATCH] doc: fix FAQ formatting --- doc/FAQ.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/doc/FAQ.md b/doc/FAQ.md index 73ee31d5b..ce82a27eb 100644 --- a/doc/FAQ.md +++ b/doc/FAQ.md @@ -41,7 +41,7 @@ You can use the `listfunds` command and take a ratio of `our_amount_msat` over A better option is to use the [`summary` plugin](https://github.com/lightningd/plugins/tree/master/summary) which nicely displays channel balances, along with other useful channel informations. -### My channel which only tries the passed in route is in state `STATE`, what does that mean ? +### My channel is in state `STATE`, what does that mean ? See the [listpeers command manpage](https://lightning.readthedocs.io/lightning-listpeers.7.html#return-value). @@ -77,16 +77,6 @@ in your config so that others can establish connections at your new address ! No. -### Are there any issues if my node changes its IP address? What happens to the channels if it does? - -There is no risk to your channels if your IP address changes. -However, be sure to change your announced address (or [setup a TOR hidden service](TOR.md)) -in your config so that others can establish connections at your new address ! - -### Can I have two hosts with the same public key and different IP addresses, both online and operating at the same time? - -No. - ### Can I use a single `bitcoind` for multiple `lightningd` ? Yes. All `bitcoind` calls are handled by the bundled `bcli` plugin. `lightningd` does not use