mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 14:42:40 +01:00
clarified lightning-cli help dev-setfees description
This commit is contained in:
parent
fa992ecaab
commit
8e087c1d71
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue