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