f - Document remaining ChannelLiquidity field
authorJeffrey Czyz <jkczyz@gmail.com>
Tue, 1 Feb 2022 02:47:42 +0000 (20:47 -0600)
committerJeffrey Czyz <jkczyz@gmail.com>
Wed, 2 Feb 2022 17:13:09 +0000 (11:13 -0600)
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,
 }