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:
Rusty Russell
2017-08-18 14:13:53 +09:30
parent b6d7ad0614
commit edd27d21b5
3 changed files with 5 additions and 0 deletions

View File

@@ -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;