mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 22:45:27 +01:00
We no longer have any experimental-only wire definitions. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
8 lines
188 B
C
8 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 */
|