mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-04 14:54:26 +01:00
wire-gen: move in-house wire delcarations to new format
tidying things up!
This commit is contained in:
committed by
Rusty Russell
parent
236d26308f
commit
32eaae0cb9
@@ -3,9 +3,9 @@
|
||||
# 256/257/258 or gossipd_local_add_channel (3503)
|
||||
|
||||
# This always follows the channel_announce.
|
||||
gossip_store_channel_amount,4101
|
||||
gossip_store_channel_amount,,satoshis,struct amount_sat
|
||||
msgtype,gossip_store_channel_amount,4101
|
||||
msgdata,gossip_store_channel_amount,satoshis,amount_sat,
|
||||
|
||||
gossip_store_private_update,4102
|
||||
gossip_store_private_update,,len,u16
|
||||
gossip_store_private_update,,update,len*u8
|
||||
msgtype,gossip_store_private_update,4102
|
||||
msgdata,gossip_store_private_update,len,u16,
|
||||
msgdata,gossip_store_private_update,update,u8,len
|
||||
|
||||
|
Reference in New Issue
Block a user