mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 09:54:16 +01:00
4deb552fe9
We no longer have any experimental-only wire definitions. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
9 lines
188 B
C
9 lines
188 B
C
#ifndef LIGHTNING_WIRE_ONION_WIRE_H
|
|
#define LIGHTNING_WIRE_ONION_WIRE_H
|
|
#include "config.h"
|
|
#include <stdbool.h>
|
|
|
|
#include <wire/onion_wiregen.h>
|
|
|
|
#endif /* LIGHTNING_WIRE_ONION_WIRE_H */
|