Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ldk-server-cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ enum Commands {
#[arg(long, help = "Page token to continue from a previous page (format: token:index)")]
page_token: Option<String>,
},
#[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,
Expand Down
Loading