Fix RoutingFees::base_msat docs
authorJeffrey Czyz <jkczyz@gmail.com>
Mon, 6 Feb 2023 03:32:38 +0000 (21:32 -0600)
committerMatt Corallo <git@bluematt.me>
Thu, 23 Feb 2023 22:19:54 +0000 (22:19 +0000)
lightning/src/routing/gossip.rs

index cf51b6ab52827943626ede2cbc5d0e87e1f95366..957aecb09486568efe1486342ce0695994e4aa41 100644 (file)
@@ -1017,7 +1017,7 @@ impl EffectiveCapacity {
 /// Fees for routing via a given channel or a node
 #[derive(Eq, PartialEq, Copy, Clone, Debug, Hash)]
 pub struct RoutingFees {
-       /// Flat routing fee in satoshis
+       /// Flat routing fee in millisatoshis.
        pub base_msat: u32,
        /// Liquidity-based routing fee in millionths of a routed amount.
        /// In other words, 10000 is 1%.