f - Document remaining ChannelLiquidity field
[rust-lightning] / lightning / src / routing / scoring.rs
index bf6c11089771950672338841f10e822fec492844..66a3206b4b39d95770a66622fad9091f592f222b 100644 (file)
@@ -528,6 +528,8 @@ struct ChannelLiquidity<T: Time> {
 
        /// Upper channel liquidity bound in terms of an offset from the effective capacity.
        max_liquidity_offset_msat: u64,
+
+       /// Time when the liquidity bounds were last modified.
        last_updated: T,
 }