mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 09:34:24 +01:00
df: for rbfs, since we know what they asked for, we can abort
if they request less than we wanted/accepted FIXME: add a test for this?
This commit is contained in:
committed by
Christian Decker
parent
fa987f2344
commit
00d3e3e492
@@ -343,6 +343,7 @@ 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.xfail
|
||||
def test_v2_rbf_liquidity_ad(node_factory, bitcoind, chainparams):
|
||||
|
||||
opts = {'funder-policy': 'match', 'funder-policy-mod': 100,
|
||||
|
||||
Reference in New Issue
Block a user