mirror of
https://github.com/lightning/bolts.git
synced 2024-11-19 10:00:04 +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:
parent
fa52e74eac
commit
a07dc3df3b
@ -328,3 +328,5 @@ regtest
|
|||||||
ratelimiting
|
ratelimiting
|
||||||
zlib
|
zlib
|
||||||
ZLIB
|
ZLIB
|
||||||
|
APIs
|
||||||
|
duplicative
|
||||||
|
@ -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
|
(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
|
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
|
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.
|
ids.
|
||||||
|
|
||||||
#### Future
|
#### Future
|
||||||
|
Loading…
Reference in New Issue
Block a user