Skip to content

Commit

Permalink
df-rbf: order inflights by funding_feerate
Browse files Browse the repository at this point in the history
When we re-populate from disk, we need to know what order to recreate the
inflights list in.

Fixes ElementsProject#4511
  • Loading branch information
niftynei committed May 18, 2021
1 parent a67e5ff commit 7464fec
Show file tree
Hide file tree
Showing 5 changed files with 106 additions and 106 deletions.
1 change: 0 additions & 1 deletion tests/test_opening.py
Original file line number Diff line number Diff line change
Expand Up @@ -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})
Expand Down
6 changes: 3 additions & 3 deletions wallet/db_postgres_sqlgen.c

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions wallet/db_sqlite3_sqlgen.c

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7464fec

Please sign in to comment.