Skip to content

Commit e9434db

Browse files
committed
Fix typo
1 parent 55221e7 commit e9434db

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
@@ -1569,7 +1569,7 @@ where L::Target: Logger {
15691569
shadow_ctlv_expiry_delta_offset = random_walk_length.wrapping_mul(144);
15701570
}
15711571

1572-
// Limit the offset to reduce the payment failure probabilty
1572+
// Limit the offset to reduce the payment failure probability
15731573
const MAX_SHADOW_CLTV_EXPIRY_DELTA_OFFSET: u32 = 432; // 3*144
15741574
shadow_ctlv_expiry_delta_offset = cmp::min(shadow_ctlv_expiry_delta_offset, MAX_SHADOW_CLTV_EXPIRY_DELTA_OFFSET);
15751575

0 commit comments

Comments
 (0)