mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-04 14:54:26 +01:00
lightningd: deprecate setchannelfee, use setchannel in tests.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Changelog-Deprecated: JSON-RPC: `setchannelfee` (use `setchannel`).
This commit is contained in:
@@ -2135,7 +2135,8 @@ static const struct json_command setchannelfee_command = {
|
||||
"and a {ppm} (proportional per millionth) value. "
|
||||
"If values for {base} or {ppm} are left out, defaults will be used. "
|
||||
"{base} can also be defined in other units, for example '1sat'. "
|
||||
"If {id} is 'all', the fees will be applied for all channels. "
|
||||
"If {id} is 'all', the fees will be applied for all channels. ",
|
||||
true /* deprecated */
|
||||
};
|
||||
AUTODATA(json_command, &setchannelfee_command);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user