mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 01:24:26 +01:00
hsmd: rename hsm_client_wire_csv to hsm_wire.csv
That matches the other CSV names (HSM was the first, so it was written before the pattern emerged). Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
committed by
Christian Decker
parent
8f1f1784b3
commit
e012e94ab2
@@ -72,7 +72,7 @@ CLOSINGD_COMMON_OBJS := \
|
||||
common/wire_error.o \
|
||||
common/wireaddr.o \
|
||||
gossipd/gen_gossip_wire.o \
|
||||
hsmd/gen_hsm_client_wire.o \
|
||||
hsmd/gen_hsm_wire.o \
|
||||
lightningd/gossip_msg.o
|
||||
|
||||
closingd/gen_closing_wire.h: $(WIRE_GEN) closingd/closing_wire.csv
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
#include <common/version.h>
|
||||
#include <common/wire_error.h>
|
||||
#include <errno.h>
|
||||
#include <hsmd/gen_hsm_client_wire.h>
|
||||
#include <hsmd/gen_hsm_wire.h>
|
||||
#include <inttypes.h>
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
|
||||
Reference in New Issue
Block a user