mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
chore: command help for setchannelfee
This commit is contained in:
committed by
Rusty Russell
parent
f1add556d6
commit
1cd0ae1960
@@ -1492,12 +1492,12 @@ static const struct json_command setchannelfee_command = {
|
|||||||
"setchannelfee",
|
"setchannelfee",
|
||||||
json_setchannelfee,
|
json_setchannelfee,
|
||||||
"Sets specific routing fees for channel with {id} "
|
"Sets specific routing fees for channel with {id} "
|
||||||
"(either peer ID, channel ID or short channel ID). "
|
"(either peer ID, channel ID, short channel ID or 'all'). "
|
||||||
"The routing fees are defined by a fixed {base} (msat) "
|
"Routing fees are defined by a fixed {base} (msat) "
|
||||||
"and a {ppm} value (proportional per millionth)."
|
"and a {ppm} (proportional per millionth) value. "
|
||||||
"To disable channel specific fees and restore global values, "
|
"If values for {base} or {ppm} are left out, defaults will be used. "
|
||||||
"just leave out the optional {base} and {ppm} values. "
|
"{base} can also be defined in other units, for example '1sat'. "
|
||||||
"{base} can also be supplied in other units, i.e. '1sat'."
|
"If {id} is 'all', the fees will be applied for all channels. "
|
||||||
};
|
};
|
||||||
AUTODATA(json_command, &setchannelfee_command);
|
AUTODATA(json_command, &setchannelfee_command);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user