Skip to content

Commit e3f6b83

Browse files
authored
Merge pull request #147 from benthecarman/update-chan-config-help
2 parents 65cbf12 + 6a2bae1 commit e3f6b83

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ldk-server-cli/src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,7 @@ enum Commands {
339339
#[arg(long, help = "Page token to continue from a previous page (format: token:index)")]
340340
page_token: Option<String>,
341341
},
342+
#[command(about = "Update the forwarding fees and CLTV expiry delta for an existing channel")]
342343
UpdateChannelConfig {
343344
#[arg(help = "The local user_channel_id of this channel")]
344345
user_channel_id: String,

0 commit comments

Comments
 (0)