|
|
|
# gossip_store messages: messages persisted in the gossip_store
|
|
|
|
# We store raw messages here, so these numbers must not overlap with
|
|
|
|
# 256/257/258 or gossipd_local_add_channel (3503)
|
|
|
|
#include <common/amount.h>
|
|
|
|
|
|
|
|
# This always follows the channel_announce.
|
|
|
|
msgtype,gossip_store_channel_amount,4101
|
|
|
|
msgdata,gossip_store_channel_amount,satoshis,amount_sat,
|
|
|
|
|
|
|
|
msgtype,gossip_store_private_update,4102
|
|
|
|
msgdata,gossip_store_private_update,len,u16,
|
|
|
|
msgdata,gossip_store_private_update,update,u8,len
|
|
|
|
|
|
|
|
msgtype,gossip_store_delete_chan,4103
|
|
|
|
msgdata,gossip_store_delete_chan,scid,short_channel_id,
|
|
|
|
|