mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 07:04:22 +01:00
Makefile: create generic wiregen rules, use for channeld.
This means some files get renamed, and I took the opportunity to clarify our naming (the *d* is important!) 1. channeld/channel_wire.csv -> channeld/channeld_wire.csv 2. channeld/gen_channel_wire.h -> channeld/channeld_wiregen.h 3. enum channel_wire_type -> enum channeld_wire 4. WIRE_CHANNEL_FUNDING_DEPTH -> WIRE_CHANNELD_FUNDING_DEPTH. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#include <channeld/gen_channel_wire.h>
|
||||
#include <channeld/channeld_wiregen.h>
|
||||
#include <common/json_command.h>
|
||||
#include <common/jsonrpc_errors.h>
|
||||
#include <common/param.h>
|
||||
|
||||
Reference in New Issue
Block a user