Skip to content

Commit 186271b

Browse files
committed
f spurious diff
1 parent e4adbae commit 186271b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning/src/routing/router.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2663,11 +2663,11 @@ where L::Target: Logger {
26632663
// This would be bogus - we'd be selecting a higher-fee path
26642664
// with a lower htlc_maximum_msat instead of the one we'd
26652665
// already decided to use.
2666-
/*debug_assert!(path_htlc_minimum_msat < old_entry.path_htlc_minimum_msat);
2666+
debug_assert!(path_htlc_minimum_msat < old_entry.path_htlc_minimum_msat);
26672667
debug_assert!(
26682668
value_contribution_msat + path_penalty_msat <
26692669
old_entry.value_contribution_msat + old_entry.path_penalty_msat
2670-
);*/
2670+
);
26712671
}
26722672
}
26732673
}

0 commit comments

Comments
 (0)