channelmanager: remove bogus panic warning from docs
[rust-lightning] / 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`.