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:
niftynei
2021-05-07 16:39:19 -05:00
committed by Rusty Russell
parent 8ae9f6ac9e
commit 82fa3fa2ef
5 changed files with 106 additions and 106 deletions

View File

@@ -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})