mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-03 20:44:54 +01:00
cfb320c972
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
490 B
490 B
1 | # gossip_store messages: messages persisted in the gossip_store |
---|---|
2 | # We store raw messages here, so these numbers must not overlap with |
3 | # 256/257/258 or gossipd_local_add_channel (3503) |
4 | #include <common/amount.h> |
5 | # This always follows the channel_announce. |
6 | msgtype,gossip_store_channel_amount,4101 |
7 | msgdata,gossip_store_channel_amount,satoshis,amount_sat, |
8 | msgtype,gossip_store_private_update,4102 |
9 | msgdata,gossip_store_private_update,len,u16, |
10 | msgdata,gossip_store_private_update,update,u8,len |