CTOR changes tx ordering, so selecting hand-picked tx indices in a block is no longer possible. Fixes this + tx padding
Details
Details
- Reviewers
deadalnix schancel Fabien - Group Reviewers
Restricted Project - Commits
- rSTAGING388d3c1f12b2: Fixed p2p-compactblocks failures
rABC388d3c1f12b2: Fixed p2p-compactblocks failures
test_runner.py p2p-compactblocks
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
test/functional/p2p-compactblocks.py | ||
---|---|---|
502 ↗ | (On Diff #5855) | Why do something so complex ? It only matter that you you prefix 4 out of 6. |
test/functional/p2p-compactblocks.py | ||
---|---|---|
502 ↗ | (On Diff #5855) | The indices need to be determined to verify that the tx other than the one put in the mempool (see code block above) is the only remaining tx. |