mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-20 15:44:21 +01:00
peer: keep current commit txs, anchor state, channel funding and their sig.
This lets us implement accept_pkt_anchor(). Also had to predeclare sha256 in commit_tx.h, revealed by the new includes. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
|
||||
struct channel_state;
|
||||
struct sha256_double;
|
||||
struct sha256;
|
||||
struct pubkey;
|
||||
struct rel_locktime;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user