mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-28 19:34:25 +01:00
htlc: store which side created the HTLC.
This is generally redundant, since HTLC pointer is in that side's commit_info, but makes HTLC completely self-contained. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
#include "bitcoin/tx.h"
|
||||
#include "commit_tx.h"
|
||||
#include "daemon/channel.h"
|
||||
#include "daemon/htlc.h"
|
||||
#include "overflows.h"
|
||||
#include "permute_tx.h"
|
||||
#include "remove_dust.h"
|
||||
|
||||
Reference in New Issue
Block a user