onchaind: remove useless continue.

Reported-by: Christian Decker <@cdecker>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell 2018-08-23 10:45:46 +09:30 committed by Christian Decker
parent 36b1cac6e6
commit a217392fca

View file

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