This commit is contained in:
Bitcoin Txoko
2024-12-03 15:33:52 +01:00
committed by GitHub
parent 3b7b79deba
commit 54ee759fb0
+1 -1
View File
@@ -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.