@@ -136,8 +136,8 @@ msgdata,hsmd_sign_commitment_tx,channel_dbid,u64,
136136msgdata,hsmd_sign_commitment_tx,tx,bitcoin_tx,
137137msgdata,hsmd_sign_commitment_tx,remote_funding_key,pubkey,
138138msgdata,hsmd_sign_commitment_tx,commit_num,u64,
139- msgdata,hsmd_sign_commitment_tx,num_existing_htlcs ,u16,
140- msgdata,hsmd_sign_commitment_tx,htlcs,existing_htlc,num_existing_htlcs
139+ msgdata,hsmd_sign_commitment_tx,num_htlcs ,u16,
140+ msgdata,hsmd_sign_commitment_tx,htlcs,simple_htlc,num_htlcs
141141msgdata,hsmd_sign_commitment_tx,feerate,u32,
142142
143143msgtype,hsmd_sign_commitment_tx_reply,105
@@ -147,8 +147,8 @@ msgdata,hsmd_sign_commitment_tx_reply,sig,bitcoin_signature,
147147#include <common/htlc_wire.h>
148148msgtype,hsmd_validate_commitment_tx,35
149149msgdata,hsmd_validate_commitment_tx,tx,bitcoin_tx,
150- msgdata,hsmd_validate_commitment_tx,num_existing_htlcs ,u16,
151- msgdata,hsmd_validate_commitment_tx,htlcs,existing_htlc,num_existing_htlcs
150+ msgdata,hsmd_validate_commitment_tx,num_htlcs ,u16,
151+ msgdata,hsmd_validate_commitment_tx,htlcs,simple_htlc,num_htlcs
152152msgdata,hsmd_validate_commitment_tx,commit_num,u64,
153153msgdata,hsmd_validate_commitment_tx,feerate,u32,
154154msgdata,hsmd_validate_commitment_tx,sig,bitcoin_signature,
@@ -204,8 +204,8 @@ msgdata,hsmd_sign_remote_commitment_tx,remote_funding_key,pubkey,
204204msgdata,hsmd_sign_remote_commitment_tx,remote_per_commit,pubkey,
205205msgdata,hsmd_sign_remote_commitment_tx,option_static_remotekey,bool,
206206msgdata,hsmd_sign_remote_commitment_tx,commit_num,u64,
207- msgdata,hsmd_sign_remote_commitment_tx,num_existing_htlcs ,u16,
208- msgdata,hsmd_sign_remote_commitment_tx,htlcs,existing_htlc,num_existing_htlcs
207+ msgdata,hsmd_sign_remote_commitment_tx,num_htlcs ,u16,
208+ msgdata,hsmd_sign_remote_commitment_tx,htlcs,simple_htlc,num_htlcs
209209msgdata,hsmd_sign_remote_commitment_tx,feerate,u32,
210210
211211# channeld asks HSM to sign remote HTLC tx.
0 commit comments