Skip to content

Commit fbe65df

Browse files
authored
Merge pull request #54 from elnosh/flag-receive
fix description_hash short flag in `bolt11-receive` command
2 parents 9241a4a + 31a4cfe commit fbe65df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ldk-server-cli/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ enum Commands {
4242
Bolt11Receive {
4343
#[arg(short, long)]
4444
description: Option<String>,
45-
#[arg(short, long)]
45+
#[arg(long)]
4646
description_hash: Option<String>,
4747
#[arg(short, long)]
4848
expiry_secs: u32,

0 commit comments

Comments
 (0)