common: absorb remaining files from daemon/

Also, we split the more sophisticated json_add helpers to avoid pulling in
everything into lightning-cli, and unify the routines to print struct
short_channel_id (it's ':',  not '/' too).

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2017-08-29 01:34:01 +09:30
committed by Christian Decker
parent a3c51168db
commit 8375857116
86 changed files with 387 additions and 394 deletions

View File

@@ -3,7 +3,7 @@
#define LIGHTNING_COMMON_INITIAL_COMMIT_TX_H
#include "config.h"
#include <bitcoin/pubkey.h>
#include <daemon/htlc.h>
#include <common/htlc.h>
#include <lightningd/channel/channeld_htlc.h>
struct keyset;