]> git.bitcoin.ninja Git - rust-lightning/commitdiff
Fix RoutingFees::base_msat docs
authorJeffrey Czyz <jkczyz@gmail.com>
Mon, 6 Feb 2023 03:32:38 +0000 (21:32 -0600)
committerJeffrey Czyz <jkczyz@gmail.com>
Thu, 9 Feb 2023 00:56:40 +0000 (18:56 -0600)
lightning/src/routing/gossip.rs

index 363f067b1aa6050b3ddf495e84d042f64ebfad6f..d3e476fd5fc0391c3fd6ff06e5bbf7933d4a4da7 100644 (file)
@@ -971,7 +971,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%.