mirror of
https://github.com/aljazceru/lightning.git
synced 2026-02-05 22:24:25 +01:00
onchaind: remove useless continue.
Reported-by: Christian Decker <@cdecker> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
committed by
Christian Decker
parent
36b1cac6e6
commit
a217392fca
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user