Skip to content

Commit

Permalink
clarified lightning-cli help dev-setfees description
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldvdmeer authored and rustyrussell committed Jan 26, 2018
1 parent fa992ec commit 8e087c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightningd/chaintopology.c
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ static void json_dev_setfees(struct command *cmd,
static const struct json_command dev_setfees_command = {
"dev-setfees",
json_dev_setfees,
"Set feerate in satoshi-per-kw for {immediate}, {normal} and {slow} (each optional) and show the value of those three feerates"
"Set feerate in satoshi-per-kw for {immediate}, {normal} and {slow} (each is optional, when set, separate by spaces) and show the value of those three feerates"
};
AUTODATA(json_command, &dev_setfees_command);

Expand Down

0 comments on commit 8e087c1

Please sign in to comment.