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:
Rusty Russell
2018-09-20 12:36:42 +09:30
committed by Christian Decker
parent 8f1f1784b3
commit e012e94ab2
27 changed files with 33 additions and 39 deletions

View File

@@ -23,7 +23,7 @@
#include <connectd/gen_connect_wire.h>
#include <errno.h>
#include <fcntl.h>
#include <hsmd/gen_hsm_client_wire.h>
#include <hsmd/gen_hsm_wire.h>
#include <inttypes.h>
#include <lightningd/bitcoind.h>
#include <lightningd/chaintopology.h>