mirror of
https://github.com/lightning/bolts.git
synced 2025-02-20 13:34:43 +01:00
tlvs -> tlv_stream subsitution everywhere
This commit is contained in:
parent
72188227fc
commit
13520a0e36
3 changed files with 8 additions and 8 deletions
|
@ -253,7 +253,7 @@ The `features` field MUST be padded to bytes with 0s.
|
|||
* [`flen*byte`:`features`]
|
||||
* [`init_tlvs`:`tlvs`]
|
||||
|
||||
1. tlvs: `init_tlvs`
|
||||
1. `tlv_stream`: `init_tlvs`
|
||||
2. types:
|
||||
1. type: 1 (`networks`)
|
||||
2. data:
|
||||
|
@ -672,7 +672,7 @@ The following tests assume that two separate TLV namespaces exist: n1 and n2.
|
|||
|
||||
The n1 namespace supports the following TLV types:
|
||||
|
||||
1. tlvs: `n1`
|
||||
1. `tlv_stream`: `n1`
|
||||
2. types:
|
||||
1. type: 1 (`tlv1`)
|
||||
2. data:
|
||||
|
@ -691,7 +691,7 @@ The n1 namespace supports the following TLV types:
|
|||
|
||||
The n2 namespace supports the following TLV types:
|
||||
|
||||
1. tlvs: `n2`
|
||||
1. `tlv_stream`: `n2`
|
||||
2. types:
|
||||
1. type: 0 (`tlv1`)
|
||||
2. data:
|
||||
|
|
|
@ -125,7 +125,7 @@ the funding transaction and both versions of the commitment transaction.
|
|||
* [`byte`:`channel_flags`]
|
||||
* [`open_channel_tlvs`:`tlvs`]
|
||||
|
||||
1. tlvs: `open_channel_tlvs`
|
||||
1. `tlv_stream`: `open_channel_tlvs`
|
||||
2. types:
|
||||
1. type: 0 (`upfront_shutdown_script`)
|
||||
2. data:
|
||||
|
@ -300,7 +300,7 @@ funding transaction and both versions of the commitment transaction.
|
|||
* [`point`:`first_per_commitment_point`]
|
||||
* [`accept_channel_tlvs`:`tlvs`]
|
||||
|
||||
1. tlvs: `accept_channel_tlvs`
|
||||
1. `tlv_stream`: `accept_channel_tlvs`
|
||||
2. types:
|
||||
1. type: 0 (`upfront_shutdown_script`)
|
||||
2. data:
|
||||
|
|
|
@ -598,7 +598,7 @@ Nodes can signal that they support extended gossip queries with the `gossip_quer
|
|||
* [`len*byte`:`encoded_short_ids`]
|
||||
* [`query_short_channel_ids_tlvs`:`tlvs`]
|
||||
|
||||
1. tlvs: `query_short_channel_ids_tlvs`
|
||||
1. `tlv_stream`: `query_short_channel_ids_tlvs`
|
||||
2. types:
|
||||
1. type: 1 (`query_flags`)
|
||||
2. data:
|
||||
|
@ -703,7 +703,7 @@ timeouts. It also causes a natural ratelimiting of queries.
|
|||
* [`u32`:`number_of_blocks`]
|
||||
* [`query_channel_range_tlvs`:`tlvs`]
|
||||
|
||||
1. tlvs: `query_channel_range_tlvs`
|
||||
1. `tlv_stream`: `query_channel_range_tlvs`
|
||||
2. types:
|
||||
1. type: 1 (`query_option`)
|
||||
2. data:
|
||||
|
@ -728,7 +728,7 @@ Though it is possible, it would not be very useful to ask for checksums without
|
|||
* [`len*byte`:`encoded_short_ids`]
|
||||
* [`reply_channel_range_tlvs`:`tlvs`]
|
||||
|
||||
1. tlvs: `reply_channel_range_tlvs`
|
||||
1. `tlv_stream`: `reply_channel_range_tlvs`
|
||||
2. types:
|
||||
1. type: 1 (`timestamps_tlv`)
|
||||
2. data:
|
||||
|
|
Loading…
Add table
Reference in a new issue