From 49a0de7b1d072b45709aebbb1bc806e1858aa32a Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Mon, 27 May 2019 23:42:38 +0200 Subject: [PATCH] onchaind: Annotate their sweep transactions Signed-off-by: Christian Decker --- onchaind/onchaind.c | 1 + 1 file changed, 1 insertion(+) diff --git a/onchaind/onchaind.c b/onchaind/onchaind.c index ce9051a57..5c52851e5 100644 --- a/onchaind/onchaind.c +++ b/onchaind/onchaind.c @@ -1093,6 +1093,7 @@ static void output_spent(struct tracked_output ***outs, status_trace("Notified about tx %s output %u spend, but we don't care", type_to_string(tmpctx, struct bitcoin_txid, &txid), tx->wtx->inputs[input_num].index); + unwatch_tx(tx); }