Skip to content

Commit 122cf53

Browse files
committed
f msats, not sats
1 parent b10de7e commit 122cf53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/routing/router.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3607,7 +3607,7 @@ mod tests {
36073607
flags: 0,
36083608
cltv_expiry_delta: 0,
36093609
htlc_minimum_msat: 0,
3610-
htlc_maximum_msat: 250_000,
3610+
htlc_maximum_msat: 250_000_000,
36113611
fee_base_msat: 0,
36123612
fee_proportional_millionths: 0,
36133613
excess_data: Vec::new()

0 commit comments

Comments
 (0)