1
0
mirror of https://github.com/lightning/bolts.git synced 2024-11-19 01:50:03 +01:00

BOLT 2: add missing spellcheck words, change 'funding txo' to 'funding output'.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell 2018-11-29 15:00:38 +10:30
parent fa52e74eac
commit a07dc3df3b
2 changed files with 3 additions and 1 deletions

View File

@ -328,3 +328,5 @@ regtest
ratelimiting
zlib
ZLIB
APIs
duplicative

View File

@ -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