mirror of
https://github.com/lnbook/lnbook
synced 2024-11-04 18:00:26 +00:00
fix typo (#808)
This commit is contained in:
parent
10f5995f5a
commit
7b6221a581
@ -138,7 +138,7 @@ Alice will start building the hop data from the end of the path backwards: Dina,
|
||||
|
||||
===== Final node payload for Dina
|
||||
|
||||
Alice first builds the payload that will be delivered to Dina. Dina will not be constructing an "outgoing HTLC", because Dina is the final node and payment recipient. For this reason, the payload for Dina is different that all the others (uses all zeros for the `short_channel_id`), but only Dina will know this since it will be encrypted in the innermost layer of the onion. Essentially, this is the "secret letter to Dina" we saw in our physical envelope example.
|
||||
Alice first builds the payload that will be delivered to Dina. Dina will not be constructing an "outgoing HTLC", because Dina is the final node and payment recipient. For this reason, the payload for Dina is different than all the others (uses all zeros for the `short_channel_id`), but only Dina will know this since it will be encrypted in the innermost layer of the onion. Essentially, this is the "secret letter to Dina" we saw in our physical envelope example.
|
||||
|
||||
The hop payload for Dina must match the information in the invoice generated by Dina for Alice and will contain (at least) the following fields in Type-Lenth-Value (TLV) format:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user