Skip to content

Commit 569f62e

Browse files
committed
f - Document remaining ChannelLiquidity field
1 parent 3986f98 commit 569f62e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lightning/src/routing/scoring.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,8 @@ struct ChannelLiquidity<T: Time> {
528528

529529
/// Upper channel liquidity bound in terms of an offset from the effective capacity.
530530
max_liquidity_offset_msat: u64,
531+
532+
/// Time when the liquidity bounds were last modified.
531533
last_updated: T,
532534
}
533535

0 commit comments

Comments
 (0)