mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-26 20:30:59 +01:00
doc: fix FAQ formatting
This commit is contained in:
parent
117a8391f9
commit
ca36c21870
1 changed files with 1 additions and 11 deletions
12
doc/FAQ.md
12
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
|
||||
|
|
Loading…
Add table
Reference in a new issue