From e86d4a5bd1b15259c2b44a09af986168008b2e36 Mon Sep 17 00:00:00 2001 From: niftynei Date: Wed, 18 May 2022 12:51:13 -0500 Subject: [PATCH] dual-fund: add missing tlv structs to RBF messages Don't show up in the CLN generator w/o this --- 02-peer-protocol.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/02-peer-protocol.md b/02-peer-protocol.md index 026d3f97d..f16ee6d57 100644 --- a/02-peer-protocol.md +++ b/02-peer-protocol.md @@ -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: @@ -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: