We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 65cbf12 + 6a2bae1 commit e3f6b83Copy full SHA for e3f6b83
1 file changed
ldk-server-cli/src/main.rs
@@ -339,6 +339,7 @@ enum Commands {
339
#[arg(long, help = "Page token to continue from a previous page (format: token:index)")]
340
page_token: Option<String>,
341
},
342
+ #[command(about = "Update the forwarding fees and CLTV expiry delta for an existing channel")]
343
UpdateChannelConfig {
344
#[arg(help = "The local user_channel_id of this channel")]
345
user_channel_id: String,
0 commit comments