Skip to content

Commit

Permalink
dual-fund: add missing tlv structs to RBF messages
Browse files Browse the repository at this point in the history
Don't show up in the CLN generator w/o this
  • Loading branch information
niftynei committed May 18, 2022
1 parent 8dbba62 commit e86d4a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion 02-peer-protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,7 @@ completed.
* [`channel_id`:`channel_id`]
* [`u32`:`locktime`]
* [`u32`:`feerate`]
* [`tx_init_rbf_tlvs`:`tlvs`]

1. `tlv_stream`: `tx_init_rbf_tlvs`
2. types:
Expand Down Expand Up @@ -461,7 +462,8 @@ made in the previously completed transaction.

1. type: 73 (`tx_ack_rbf`)
2. data:
* [`channel_id`:`channel_id`]
* [`channel_id`:`channel_id`]
* [`tx_ack_rbf_tlvs`:`tlvs`]

1. `tlv_stream`: `tx_ack_rbf_tlvs`
2. types:
Expand Down

0 comments on commit e86d4a5

Please sign in to comment.