mirror of
https://github.com/lightning/bolts.git
synced 2025-01-19 05:33:37 +01:00
peer-protocol: Add short note about channel_id
Clarify association between temp_id and channel_id, and make explicit why we have to wait for the funding transaction.
This commit is contained in:
parent
f98689b598
commit
2f72c225ea
@ -111,7 +111,8 @@ across many distinct blockchains as well as have channels within multiple
|
||||
blockchains opened to the same peer (if it supports the target chains).
|
||||
|
||||
The `temporary_channel_id` is used to identify this channel until the
|
||||
funding transaction is established.
|
||||
funding transaction is established, at which point it is replaced
|
||||
by the `channel_id`, which is derived from the funding transaction.
|
||||
|
||||
`funding_satoshis` is the amount the sender is putting into the
|
||||
channel. `push_msat` is an amount of initial funds that the sender is
|
||||
|
Loading…
Reference in New Issue
Block a user