mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 18:11:28 +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
@ -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…
Reference in New Issue
Block a user