mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 14:42:40 +01:00
funder: remove lease-fee-base-msat
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Changelog-Experimental: Plugins: `funder` option "lease-fee-base-msat" removed (deprecated in v0.11, use "lease-fee-base-sat")
This commit is contained in:
parent
f342630b92
commit
a2dadfe46b
1 changed files with 0 additions and 5 deletions
|
@ -1686,11 +1686,6 @@ int main(int argc, char **argv)
|
|||
"Channel lease rates, base fee for leased"
|
||||
" funds, in satoshi.",
|
||||
option_lease_fee_base, current_policy),
|
||||
plugin_option_deprecated("lease-fee-base-msat",
|
||||
"string",
|
||||
"Channel lease rates, base fee for leased"
|
||||
" funds, in satoshi.",
|
||||
option_lease_fee_base, current_policy),
|
||||
plugin_option("lease-fee-basis",
|
||||
"int",
|
||||
"Channel lease rates, basis charged"
|
||||
|
|
Loading…
Add table
Reference in a new issue