mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 22:45:27 +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:
parent
36b1cac6e6
commit
a217392fca
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue