mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 05:12:45 +01:00
gossip: Update to new spec version
The message type numbering changed, so reflect that in the generated type listing.
This commit is contained in:
parent
e8d68757f6
commit
6363dd5ff6
@ -51,9 +51,6 @@ funding_locked,8,channel-id,8
|
||||
funding_locked,16,announcement-node-signature,64
|
||||
funding_locked,80,announcement-bitcoin-signature,64
|
||||
funding_locked,144,next-per-commitment-point,33
|
||||
update_fee,37
|
||||
update_fee,0,channel-id,8
|
||||
update_fee,8,feerate-per-kw,4
|
||||
shutdown,38
|
||||
shutdown,0,channel-id,8
|
||||
shutdown,8,len,2
|
||||
@ -89,6 +86,9 @@ revoke_and_ack,40,next-per-commitment-point,33
|
||||
revoke_and_ack,73,padding,1
|
||||
revoke_and_ack,74,num-htlc-timeouts,2
|
||||
revoke_and_ack,76,htlc-timeout-signature,num-htlc-timeouts*64
|
||||
update_fee,134
|
||||
update_fee,0,channel-id,8
|
||||
update_fee,8,feerate-per-kw,4
|
||||
channel_announcement,256
|
||||
channel_announcement,0,node-signature-1,64
|
||||
channel_announcement,64,node-signature-2,64
|
||||
|
Loading…
Reference in New Issue
Block a user