2018-04-11 01:03:36 +02:00
|
|
|
# gossip_store messages: messages persisted in the gossip_store
|
2019-05-04 07:53:12 +02:00
|
|
|
# We store raw messages here, so these numbers must not overlap with
|
|
|
|
# 256/257/258 or gossipd_local_add_channel (3503)
|
2018-04-11 01:03:36 +02:00
|
|
|
|
2019-05-04 07:53:12 +02:00
|
|
|
# This always follows the channel_announce.
|
2019-07-24 00:51:11 +02:00
|
|
|
msgtype,gossip_store_channel_amount,4101
|
|
|
|
msgdata,gossip_store_channel_amount,satoshis,amount_sat,
|
2018-04-11 01:03:36 +02:00
|
|
|
|
2019-07-24 00:51:11 +02:00
|
|
|
msgtype,gossip_store_private_update,4102
|
|
|
|
msgdata,gossip_store_private_update,len,u16,
|
|
|
|
msgdata,gossip_store_private_update,update,u8,len
|