We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d017657 commit 6b6d549Copy full SHA for 6b6d549
lightning/src/routing/router.rs
@@ -687,7 +687,8 @@ impl PaymentParameters {
687
Self { max_path_count, ..self }
688
}
689
690
- /// Includes a limit for the maximum number of payment paths that may be used.
+ /// Includes a limit for the maximum share of a channel's total capacity that can be sent over, as
691
+ /// a power of 1/2. See [`PaymentParameters::max_channel_saturation_power_of_half`].
692
///
693
/// This is not exported to bindings users since bindings don't support move semantics
694
pub fn with_max_channel_saturation_power_of_half(self, max_channel_saturation_power_of_half: u8) -> Self {
0 commit comments