mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-26 20:30:59 +01:00
fix: the tx types for element fee updates were annotated wrong
Fixes the tx type annotation in a few places.
This commit is contained in:
parent
9b429cdf4f
commit
e623143c9f
1 changed files with 2 additions and 2 deletions
|
@ -2628,7 +2628,7 @@ static void handle_their_cheat(const struct bitcoin_tx *tx,
|
|||
* fee output. */
|
||||
out = new_tracked_output(tx->chainparams,
|
||||
&outs, txid, tx_blockheight,
|
||||
OUR_UNILATERAL, i,
|
||||
THEIR_REVOKED_UNILATERAL, i,
|
||||
amt,
|
||||
ELEMENTS_FEE,
|
||||
NULL, NULL, NULL);
|
||||
|
@ -2879,7 +2879,7 @@ static void handle_their_unilateral(const struct bitcoin_tx *tx,
|
|||
* fee output. */
|
||||
out = new_tracked_output(tx->chainparams,
|
||||
&outs, txid, tx_blockheight,
|
||||
OUR_UNILATERAL, i,
|
||||
THEIR_UNILATERAL, i,
|
||||
amt,
|
||||
ELEMENTS_FEE,
|
||||
NULL, NULL, NULL);
|
||||
|
|
Loading…
Add table
Reference in a new issue