mirror of
https://github.com/lightning/bolts.git
synced 2025-02-21 14:04:18 +01:00
BOLT 4: link to BOLT 1 for tlv_payload format
This commit is contained in:
parent
5afe7028f4
commit
72188227fc
1 changed files with 2 additions and 1 deletions
|
@ -246,8 +246,9 @@ parameters may lead to extraneous routing failure.
|
|||
### `tlv_payload` format
|
||||
|
||||
This is a more flexible format, which avoids the redundant `short_channel_id` field for the final node.
|
||||
It is formatted according to the Type-Length-Value format defined in [BOLT #1](01-messaging.md#type-length-value-format).
|
||||
|
||||
1. tlvs: `tlv_payload`
|
||||
1. `tlv_stream`: `tlv_payload`
|
||||
2. types:
|
||||
1. type: 2 (`amt_to_forward`)
|
||||
2. data:
|
||||
|
|
Loading…
Add table
Reference in a new issue