htlc: move enum side crom daemon/channel.h to daemon/htlc.h

lightningd wants htlcs, but not the old struct channel.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2017-02-02 14:35:45 +10:30
parent 7d68554787
commit 940053d000
3 changed files with 28 additions and 26 deletions

View File

@@ -2,6 +2,7 @@
#define LIGHTNING_COMMIT_TX_H
#include "config.h"
#include "htlc.h"
#include <ccan/tal/tal.h>
struct channel_state;
struct sha256;