Skip to content

Commit

Permalink
f sp
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBlueMatt committed Aug 15, 2024
1 parent 2c78de0 commit 7798c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightning/src/routing/scoring.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1658,7 +1658,7 @@ mod bucketed_history {
#[derive(Clone, Copy)]
#[repr(C)] // Force the fields in memory to be in the order we specify.
pub(super) struct HistoricalLiquidityTracker {
// This struct sites inside a `(u64, ChannelLiquidity)` in memory, and we first read the
// This struct sits inside a `(u64, ChannelLiquidity)` in memory, and we first read the
// liquidity offsets in `ChannelLiquidity` when calculating the non-historical score. This
// means that the first handful of bytes of this struct will already be sitting in cache by
// the time we go to look at them.
Expand Down

0 comments on commit 7798c81

Please sign in to comment.