Skip to content

Conversation

@tomt1664
Copy link
Member

The mempool_unbrodcast.py test was generating a list of 57 confirmed UTXOs and then performing a spend from the same wallet, using a random UTXO. The unmodified list was then used to create a raw transaction, causing a mempool conflict and test failure with a chance of 1/57.

This fix updates the UTXO list with the spend.

Fixes #1457

@tomt1664 tomt1664 requested a review from delta1 July 28, 2025 13:36
Copy link
Member

@delta1 delta1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK c1a4713

Ran tests locally

@delta1 delta1 merged commit 3524ec0 into ElementsProject:master Jul 30, 2025
14 checks passed
delta1 added a commit to delta1/elements that referenced this pull request Aug 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

mempool_unbroadcast.py test failure: test_framework.authproxy.JSONRPCException: txn-mempool-conflict (-26)

2 participants