Skip to content

Commit 9fdb3fc

Browse files
committed
f msats, not sats
1 parent 0b67763 commit 9fdb3fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/routing/router.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3623,7 +3623,7 @@ mod tests {
36233623
flags: 0,
36243624
cltv_expiry_delta: 0,
36253625
htlc_minimum_msat: 0,
3626-
htlc_maximum_msat: 250_000,
3626+
htlc_maximum_msat: 250_000_000,
36273627
fee_base_msat: 0,
36283628
fee_proportional_millionths: 0,
36293629
excess_data: Vec::new()

0 commit comments

Comments
 (0)