diff --git a/ldk-server-cli/src/main.rs b/ldk-server-cli/src/main.rs index 139380aa..5d78398f 100644 --- a/ldk-server-cli/src/main.rs +++ b/ldk-server-cli/src/main.rs @@ -338,6 +338,7 @@ enum Commands { #[arg(long, help = "Page token to continue from a previous page (format: token:index)")] page_token: Option, }, + #[command(about = "Update the forwarding fees and CLTV expiry delta for an existing channel")] UpdateChannelConfig { #[arg(help = "The local user_channel_id of this channel")] user_channel_id: String,