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:
Simon Vrouwe
2022-01-17 15:35:40 +02:00
committed by Rusty Russell
parent 0173717b6a
commit 2d06c38997
5 changed files with 18 additions and 12 deletions

View File

@@ -339,7 +339,7 @@ def test_v2_rbf_single(node_factory, bitcoind, chainparams):
def test_v2_rbf_liquidity_ad(node_factory, bitcoind, chainparams):
opts = {'funder-policy': 'match', 'funder-policy-mod': 100,
'lease-fee-base-msat': '100sat', 'lease-fee-basis': 100,
'lease-fee-base-sat': '100sat', 'lease-fee-basis': 100,
'may_reconnect': True}
l1, l2 = node_factory.get_nodes(2, opts=opts)