1
0
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:
lisa neigut 2018-09-21 18:01:21 -07:00 committed by Rusty Russell
parent f98689b598
commit 2f72c225ea

View File

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