Skip to content

Commit a320a4d

Browse files
committed
Fix RoutingFees::base_msat docs
1 parent fcb6743 commit a320a4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/routing/gossip.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -971,7 +971,7 @@ impl EffectiveCapacity {
971971
/// Fees for routing via a given channel or a node
972972
#[derive(Eq, PartialEq, Copy, Clone, Debug, Hash)]
973973
pub struct RoutingFees {
974-
/// Flat routing fee in satoshis
974+
/// Flat routing fee in millisatoshis.
975975
pub base_msat: u32,
976976
/// Liquidity-based routing fee in millionths of a routed amount.
977977
/// In other words, 10000 is 1%.

0 commit comments

Comments
 (0)