We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efeecc4 commit 5735e75Copy full SHA for 5735e75
lightning/src/util/test_utils.rs
@@ -309,7 +309,7 @@ impl WatchtowerPersister {
309
let built_tx = trusted_tx.built_transaction();
310
let value = built_tx.transaction.output[output_idx as usize].value;
311
let justice_tx = counterparty_commitment_tx.build_justice_tx(output_idx as u32,
312
- FEERATE_FLOOR_SATS_PER_KW as u64, self.destination_script.clone()).ok()?;
+ FEERATE_FLOOR_SATS_PER_KW as u64, 0, self.destination_script.clone()).ok()?;
313
let commitment_number = counterparty_commitment_tx.commitment_number();
314
Some(JusticeTxData { justice_tx, value, commitment_number })
315
}
0 commit comments