mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-07 16:14:26 +01:00
df-rbf: order inflights by funding_feerate
When we re-populate from disk, we need to know what order to recreate the inflights list in. Fixes #4511
This commit is contained in:
@@ -696,7 +696,6 @@ def test_rbf_no_overlap(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_rbf_fails_to_broadcast(node_factory, bitcoind, chainparams):
|
||||
l1, l2 = node_factory.get_nodes(2,
|
||||
opts={'allow_warning': True})
|
||||
|
||||
Reference in New Issue
Block a user