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:
parent
fa52e74eac
commit
a07dc3df3b
@ -328,3 +328,5 @@ regtest
|
||||
ratelimiting
|
||||
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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user