The test expects the transactions to be sorted by txid, which is not always true as some mempool endpoints return the txs sorted by time first seen then txid.
Fix this by setting the node mocktime, which makes all the time first seen equal and sorting by txid correct.
Details
Details
- Reviewers
hazzarust bytesofman - Group Reviewers
Restricted Project - Commits
- rABCea44416f09d0: [chronik-client] Fix a bug in the plugins integration test
./contrib/teamcity/build-configurations.py chronik-client-integration-tests
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable