gossip: Update to new spec version

The message type numbering changed, so reflect that in the generated
type listing.
This commit is contained in:
Christian Decker 2016-12-21 17:14:15 +01:00 committed by Rusty Russell
parent e8d68757f6
commit 6363dd5ff6
1 changed files with 3 additions and 3 deletions

View File

@ -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