mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-23 17:14:22 +01:00
README - change number of confirmations needed in fundchannel to 3
For mainnet, 1 for testnet
This commit is contained in:
committed by
Christian Decker
parent
5d947b3a1f
commit
97871237bf
@@ -106,7 +106,7 @@ cli/lightning-cli fundchannel <node_id> <amount>
|
|||||||
|
|
||||||
This opens a connection and, on top of that connection, then opens a channel.
|
This opens a connection and, on top of that connection, then opens a channel.
|
||||||
The funding transaction needs 1 confirmations in order for the channel to be usable, and 6 to be broadcast for others to use.
|
The funding transaction needs 1 confirmations in order for the channel to be usable, and 6 to be broadcast for others to use.
|
||||||
You can check the status of the channel using `cli/lightning-cli listpeers`, which after 1 confirmation should say that `state` is `CHANNELD_NORMAL`; after 6 confirmations you can use `cli/lightning-cli listchannels` to verify that the `public` field is now `true`.
|
You can check the status of the channel using `cli/lightning-cli listpeers`, which after 3 confirmations (1 on testnet) should say that `state` is `CHANNELD_NORMAL`; after 6 confirmations you can use `cli/lightning-cli listchannels` to verify that the `public` field is now `true`.
|
||||||
|
|
||||||
### Different states
|
### Different states
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user