channelmanager: remove bogus panic warning from docs
authorValentine Wallace <vwallace@protonmail.com>
Fri, 15 Apr 2022 21:24:23 +0000 (17:24 -0400)
committerValentine Wallace <vwallace@protonmail.com>
Mon, 25 Apr 2022 18:04:07 +0000 (14:04 -0400)
lightning/src/ln/channelmanager.rs

index 7323930f33093418e5f4453c78f54a6e95e54464..4bc268748a3dc926093bcbab890b50c84a88593e 100644 (file)
@@ -1498,8 +1498,6 @@ impl<Signer: Sign, M: Deref, T: Deref, K: Deref, F: Deref, L: Deref> ChannelMana
        ///
        /// Non-proportional fees are fixed according to our risk using the provided fee estimator.
        ///
-       /// panics if channel_value_satoshis is >= `MAX_FUNDING_SATOSHIS`!
-       ///
        /// Users need to notify the new ChannelManager when a new block is connected or
        /// disconnected using its `block_connected` and `block_disconnected` methods, starting
        /// from after `params.latest_hash`.