mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-06 07:34:21 +01:00
Move gossip_constants.h into common/
Turns out we weren't checking the BOLT comments before, so they needed an overhaul. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -7,9 +7,9 @@
|
||||
#include <ccan/intmap/intmap.h>
|
||||
#include <ccan/time/time.h>
|
||||
#include <common/amount.h>
|
||||
#include <common/gossip_constants.h>
|
||||
#include <common/node_id.h>
|
||||
#include <gossipd/broadcast.h>
|
||||
#include <gossipd/gossip_constants.h>
|
||||
#include <gossipd/gossip_store.h>
|
||||
#include <wire/gen_onion_wire.h>
|
||||
#include <wire/wire.h>
|
||||
|
||||
Reference in New Issue
Block a user