Relying on block_connected event order in the USDT interface tests turned out to be brittle.
Closes #25793 Closes https://github.com/bitcoin/bitcoin/issues/25764
Relying on block_connected event order in the USDT interface tests turned out to be brittle.
Closes #25793 Closes https://github.com/bitcoin/bitcoin/issues/25764
Relying on block_connected event order in the USDT interface tests
turned out to be brittle.
Fixes https://github.com/bitcoin/bitcoin/issues/25793
Fixes https://github.com/bitcoin/bitcoin/issues/25764
Approach ACK
I've been re-running this in the CI to spot if it breaks again: https://cirrus-ci.com/task/6515285560655872
edit: 15+ CI passes in a row now
ACK