Browse Source

onchaind: Annotate their sweep transactions

Signed-off-by: Christian Decker <decker.christian@gmail.com>
pull/2938/head
Christian Decker 6 years ago
committed by Rusty Russell
parent
commit
49a0de7b1d
  1. 1
      onchaind/onchaind.c

1
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);
}

Loading…
Cancel
Save