From a217392fca6ea7ceba900f51234124737627362a Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Thu, 23 Aug 2018 10:45:46 +0930 Subject: [PATCH] onchaind: remove useless continue. Reported-by: Christian Decker <@cdecker> Signed-off-by: Rusty Russell --- onchaind/onchain.c | 1 - 1 file changed, 1 deletion(-) diff --git a/onchaind/onchain.c b/onchaind/onchain.c index 20c6fd8c0..ce7801a13 100644 --- a/onchaind/onchain.c +++ b/onchaind/onchain.c @@ -2175,7 +2175,6 @@ static void handle_unknown_commitment(const struct bitcoin_tx *tx, tx->output[i].amount, tx_blockheight)); to_us_output = i; - continue; } }