mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 07:04:22 +01:00
Rename subdaemons, move them into top level.
We leave the *build* results in lightningd/ for ease of in-place testing though. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
committed by
Christian Decker
parent
739b163f8b
commit
bbed5e3411
@@ -6,7 +6,7 @@ static bool print_superverbose;
|
||||
#define SUPERVERBOSE(...) \
|
||||
do { if (print_superverbose) printf(__VA_ARGS__); } while(0)
|
||||
#define PRINT_ACTUAL_FEE
|
||||
#include "../channel/commit_tx.c"
|
||||
#include "../../channeld/commit_tx.c"
|
||||
#include "../../common/initial_commit_tx.c"
|
||||
#include "../../common/htlc_tx.c"
|
||||
#include <bitcoin/preimage.h>
|
||||
|
||||
Reference in New Issue
Block a user