Skip to content

Commit

Permalink
f use "round" in test name
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinewallace committed Mar 6, 2024
1 parent 26a0ebc commit 33f16de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightning/src/ln/blinded_payment_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1134,7 +1134,7 @@ fn min_htlc() {
}

#[test]
fn high_prop_fees() {
fn conditionally_round_fwd_amt() {
// Previously, the (rng-found) feerates below caught a bug where an intermediate node would
// calculate an amt_to_forward that underpaid them by 1 msat, caused by rounding up the outbound
// amount on top of an already rounded-up total routing fee. Ensure that we'll conditionally round
Expand Down

0 comments on commit 33f16de

Please sign in to comment.