mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-06 07:34:21 +01:00
build: don't generate experimental variants of wire files.
We no longer have any experimental-only wire definitions. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -3,11 +3,7 @@
|
||||
#include "config.h"
|
||||
#include <stdbool.h>
|
||||
|
||||
#if EXPERIMENTAL_FEATURES
|
||||
#include <wire/peer_exp_wiregen.h>
|
||||
#else
|
||||
#include <wire/peer_wiregen.h>
|
||||
#endif
|
||||
|
||||
/* BOLT #1:
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user