Skip to content

Commit 7bf7b3a

Browse files
channelmanager: remove bogus panic warning from docs
1 parent 5840374 commit 7bf7b3a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1498,8 +1498,6 @@ impl<Signer: Sign, M: Deref, T: Deref, K: Deref, F: Deref, L: Deref> ChannelMana
14981498
///
14991499
/// Non-proportional fees are fixed according to our risk using the provided fee estimator.
15001500
///
1501-
/// panics if channel_value_satoshis is >= `MAX_FUNDING_SATOSHIS`!
1502-
///
15031501
/// Users need to notify the new ChannelManager when a new block is connected or
15041502
/// disconnected using its `block_connected` and `block_disconnected` methods, starting
15051503
/// from after `params.latest_hash`.

0 commit comments

Comments
 (0)