gossipd/gossip_constants.h: Single place for BOLT constants.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2018-05-17 14:38:11 +09:30
committed by Christian Decker
parent b965ef7d1d
commit 540c68d7ca
7 changed files with 39 additions and 17 deletions

View File

@@ -2,6 +2,7 @@
#include <ccan/fdpass/fdpass.h>
#include <channeld/gen_channel_wire.h>
#include <errno.h>
#include <gossipd/gossip_constants.h>
#include <hsmd/capabilities.h>
#include <hsmd/gen_hsm_client_wire.h>
#include <inttypes.h>