You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
490 B
13 lines
490 B
7 years ago
|
# gossip_store messages: messages persisted in the gossip_store
|
||
6 years ago
|
# We store raw messages here, so these numbers must not overlap with
|
||
|
# 256/257/258 or gossipd_local_add_channel (3503)
|
||
5 years ago
|
#include <common/amount.h>
|
||
7 years ago
|
|
||
6 years ago
|
# This always follows the channel_announce.
|
||
6 years ago
|
msgtype,gossip_store_channel_amount,4101
|
||
|
msgdata,gossip_store_channel_amount,satoshis,amount_sat,
|
||
7 years ago
|
|
||
6 years ago
|
msgtype,gossip_store_private_update,4102
|
||
|
msgdata,gossip_store_private_update,len,u16,
|
||
|
msgdata,gossip_store_private_update,update,u8,len
|