Skip to content

Commit 34fc351

Browse files
committed
f moar docs
1 parent a972510 commit 34fc351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ pub type SimpleRefChannelManager<'a, 'b, 'c, 'd, 'e, 'f, 'g, 'h, M, T, F, L> = C
584584
///
585585
/// Because it is an indication of trust, inbound channels which we've accepted as 0conf are
586586
/// exempted from the count of unfunded channels. Similarly, outbound channels and connections are
587-
/// never limited.
587+
/// never limited. Please ensure you limit the count of such channels yourself.
588588
///
589589
/// Rather than using a plain ChannelManager, it is preferable to use either a SimpleArcChannelManager
590590
/// a SimpleRefChannelManager, for conciseness. See their documentation for more details, but

0 commit comments

Comments
 (0)