From 54ee759fb050daf317b8db52a2a20eb64afb56f5 Mon Sep 17 00:00:00 2001 From: Bitcoin Txoko <142011724+bitcointxoko@users.noreply.github.com> Date: Tue, 3 Dec 2024 15:33:52 +0100 Subject: [PATCH] fix typo --- en/ln-06.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/ln-06.md b/en/ln-06.md index 06fbbae..9bbafad 100644 --- a/en/ln-06.md +++ b/en/ln-06.md @@ -148,7 +148,7 @@ Alice can now safely broadcast the funding transaction. Both Alice and Bob will ### 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: -- 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 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.