From a07dc3df3b4611989e3359f28f96c574f7822850 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Thu, 29 Nov 2018 15:00:38 +1030 Subject: [PATCH] BOLT 2: add missing spellcheck words, change 'funding txo' to 'funding output'. Signed-off-by: Rusty Russell --- .aspell.en.pws | 2 ++ 02-peer-protocol.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.aspell.en.pws b/.aspell.en.pws index e2547d2..b1a1ad3 100644 --- a/.aspell.en.pws +++ b/.aspell.en.pws @@ -328,3 +328,5 @@ regtest ratelimiting zlib ZLIB +APIs +duplicative diff --git a/02-peer-protocol.md b/02-peer-protocol.md index d714d95..d057bb4 100644 --- a/02-peer-protocol.md +++ b/02-peer-protocol.md @@ -251,7 +251,7 @@ identifier for a channel before funding_created has been exchanged is the (source_node_id, destination_node_id, temporary_channel_id) tuple. Note that any such APIs which reference channels by their channel id before the funding transaction is confirmed are also not persistent - until you know the script -pubkey corresponding to the funding txo nothing prevents duplicative channel +pubkey corresponding to the funding output nothing prevents duplicative channel ids. #### Future