Skip to content

Commit

Permalink
lnwire: add fee_range tlv
Browse files Browse the repository at this point in the history
  • Loading branch information
bitromortac committed Nov 25, 2021
1 parent 0df05dd commit 772e828
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions electrum/lnwire/peer_wire.csv
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ msgtype,closing_signed,39
msgdata,closing_signed,channel_id,channel_id,
msgdata,closing_signed,fee_satoshis,u64,
msgdata,closing_signed,signature,signature,
msgdata,closing_signed,tlvs,closing_signed_tlvs,
tlvtype,closing_signed_tlvs,fee_range,1
tlvdata,closing_signed_tlvs,fee_range,min_fee_satoshis,u64,
tlvdata,closing_signed_tlvs,fee_range,max_fee_satoshis,u64,
msgtype,update_add_htlc,128
msgdata,update_add_htlc,channel_id,channel_id,
msgdata,update_add_htlc,id,u64,
Expand Down

0 comments on commit 772e828

Please sign in to comment.