mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-22 00:24:19 +01:00
htlc: move htlc structure into channeld.
Other places require the flags and states, but the structure is only needed in channeld, and even then we can remove several fields. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
committed by
Christian Decker
parent
d1378fe1a5
commit
3c22aaa213
@@ -3,6 +3,7 @@
|
||||
#include "config.h"
|
||||
#include <bitcoin/pubkey.h>
|
||||
#include <daemon/htlc.h>
|
||||
#include <lightningd/channel/channeld_htlc.h>
|
||||
|
||||
struct keyset;
|
||||
struct sha256_double;
|
||||
|
||||
Reference in New Issue
Block a user