dual-open-rbf: remember the requested lease amount btw restarts

Don't forget the requested lease across restarts.
This commit is contained in:
niftynei
2022-10-24 13:12:36 -05:00
committed by Rusty Russell
parent 314c021e2c
commit 4c46750001
9 changed files with 46 additions and 14 deletions

View File

@@ -347,7 +347,6 @@ def test_v2_rbf_single(node_factory, bitcoind, chainparams):
@unittest.skipIf(TEST_NETWORK != 'regtest', 'elementsd doesnt yet support PSBT features we need')
@pytest.mark.openchannel('v2')
@pytest.mark.developer("requres 'dev-force-features'")
@pytest.mark.xfail
def test_v2_rbf_liquidity_ad(node_factory, bitcoind, chainparams):
opts = {'funder-policy': 'match', 'funder-policy-mod': 100,