Skip to content

Commit 5358df0

Browse files
committed
f - Document remaining ChannelLiquidity field
1 parent f758e72 commit 5358df0

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
@@ -530,6 +530,8 @@ struct ChannelLiquidity<T: Time> {
530530

531531
/// Upper channel liquidity bound in terms of an offset from the effective capacity.
532532
max_liquidity_offset_msat: u64,
533+
534+
/// Time when the liquidity bounds were last modified.
533535
last_updated: T,
534536
}
535537

0 commit comments

Comments
 (0)