rust-lightning/lightning
Matt Corallo 3e902401e0 DRY redundant calls to $candidate.htlc_minimum_msat() in routing
While LLVM should inline and elide the redundant calls, because the
router is rather large LLVM can decide against inlining in some
cases where it would be an nice win.

Thus, its worth DRY'ing the redundant calls explicitly.
2024-07-10 19:38:02 +00:00
..
src DRY redundant calls to $candidate.htlc_minimum_msat() in routing 2024-07-10 19:38:02 +00:00
Cargo.toml Upgrade rust-bitcoin to 0.31 2024-05-30 18:35:29 +08:00