Skip to content

Commit 33f16de

Browse files
f use "round" in test name
1 parent 26a0ebc commit 33f16de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/blinded_payment_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1134,7 +1134,7 @@ fn min_htlc() {
11341134
}
11351135

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

0 commit comments

Comments
 (0)