Skip to content

Commit 7798c81

Browse files
committed
f sp
1 parent 2c78de0 commit 7798c81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/routing/scoring.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1658,7 +1658,7 @@ mod bucketed_history {
16581658
#[derive(Clone, Copy)]
16591659
#[repr(C)] // Force the fields in memory to be in the order we specify.
16601660
pub(super) struct HistoricalLiquidityTracker {
1661-
// This struct sites inside a `(u64, ChannelLiquidity)` in memory, and we first read the
1661+
// This struct sits inside a `(u64, ChannelLiquidity)` in memory, and we first read the
16621662
// liquidity offsets in `ChannelLiquidity` when calculating the non-historical score. This
16631663
// means that the first handful of bytes of this struct will already be sitting in cache by
16641664
// the time we go to look at them.

0 commit comments

Comments
 (0)