mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 07:04:22 +01:00
plugin-funder: fix typos in option lease-fee-base-msat and funder-fuzz-percent
Changelog-Experimental: option `--lease-fee-base-msat` renamed to `--lease-fee-base-sat` Changelog-Experimental: option `--lease-fee-base-msat` deprecated and will be removed next release
This commit is contained in:
committed by
Rusty Russell
parent
0173717b6a
commit
2d06c38997
@@ -1259,7 +1259,7 @@ int main(int argc, char **argv)
|
||||
plugin_option("funder-fuzz-percent",
|
||||
"int",
|
||||
"Percent to fuzz the policy contribution by."
|
||||
" Defaults to 5%. Max is 100%",
|
||||
" Defaults to 0%. Max is 100%",
|
||||
u32_option,
|
||||
¤t_policy->fuzz_factor),
|
||||
plugin_option("funder-fund-probability",
|
||||
@@ -1276,7 +1276,12 @@ int main(int argc, char **argv)
|
||||
" being advertised",
|
||||
bool_option,
|
||||
¤t_policy->leases_only),
|
||||
plugin_option("lease-fee-base-msat",
|
||||
plugin_option("lease-fee-base-sat",
|
||||
"string",
|
||||
"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.",
|
||||
|
||||
Reference in New Issue
Block a user