rgb-cln/wire/onion_wire.h

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 */