mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-20 07:34:24 +01:00
lightningd: save last htlc sigs.
This belongs in the db, but until then... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -522,6 +522,7 @@ void add_peer(struct lightningd *ld, u64 unique_id,
|
||||
peer->channel_info = NULL;
|
||||
peer->last_tx = NULL;
|
||||
peer->last_sig = NULL;
|
||||
peer->last_htlc_sigs = NULL;
|
||||
peer->last_was_revoke = false;
|
||||
peer->last_sent_commit = NULL;
|
||||
peer->remote_shutdown_scriptpubkey = NULL;
|
||||
|
||||
Reference in New Issue
Block a user