Skip to content

Commit 2976cc2

Browse files
f fix leq
1 parent 2efaab7 commit 2976cc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/util/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ pub struct UserConfig {
509509
/// fake short channel ids generated via [`ChannelManager::get_intercept_scid`]. Upon HTLC
510510
/// intercept, LDK will generate an [`Event::HTLCIntercepted`] which MUST be handled by the user.
511511
///
512-
/// Setting this to true may break backwards compatibility with LDK versions <= 0.0.113.
512+
/// Setting this to true may break backwards compatibility with LDK versions < 0.0.113.
513513
///
514514
/// Default value: false.
515515
///

0 commit comments

Comments
 (0)