We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4adbae commit 186271bCopy full SHA for 186271b
lightning/src/routing/router.rs
@@ -2663,11 +2663,11 @@ where L::Target: Logger {
2663
// This would be bogus - we'd be selecting a higher-fee path
2664
// with a lower htlc_maximum_msat instead of the one we'd
2665
// already decided to use.
2666
- /*debug_assert!(path_htlc_minimum_msat < old_entry.path_htlc_minimum_msat);
+ debug_assert!(path_htlc_minimum_msat < old_entry.path_htlc_minimum_msat);
2667
debug_assert!(
2668
value_contribution_msat + path_penalty_msat <
2669
old_entry.value_contribution_msat + old_entry.path_penalty_msat
2670
- );*/
+ );
2671
}
2672
2673
0 commit comments