fix typo
This commit is contained in:
+1
-1
@@ -148,7 +148,7 @@ Alice can now safely broadcast the funding transaction. Both Alice and Bob will
|
|||||||
### Announcing the channel
|
### Announcing the channel
|
||||||
|
|
||||||
This part is fairly easy. Alice and Bob just need to construct one message, `channel_announcement`, together and once it is complete, then they can broadcast it to the network. Other nodes will use this message to prove a few things:
|
This part is fairly easy. Alice and Bob just need to construct one message, `channel_announcement`, together and once it is complete, then they can broadcast it to the network. Other nodes will use this message to prove a few things:
|
||||||
- That the channe funding tx is actually an existing, unspent UTXO with an acceptable number of confirmations.
|
- That the channel funding tx is actually an existing, unspent UTXO with an acceptable number of confirmations.
|
||||||
- That the funding transaction output actually looks like a Lightning channel funding transaction.
|
- That the funding transaction output actually looks like a Lightning channel funding transaction.
|
||||||
- That the channel is actually owned by the keys that Alice and Bob say they used to construct the channel.
|
- That the channel is actually owned by the keys that Alice and Bob say they used to construct the channel.
|
||||||
- That Alice and Bob both agree on the message being broadcast.
|
- That Alice and Bob both agree on the message being broadcast.
|
||||||
|
|||||||
Reference in New Issue
Block a user