HomePhabricator

[test] remove pointless block_hashes.append(...)

Description

[test] remove pointless block_hashes.append(...)

Summary: This line duplicated the block hashes, as they were already saved in that list using the list returned by generatetoaddress. It didn't cause any issue because all the following tests looped over the 101 first indices of that list, so the duplicated values were just ignored.

Test Plan:
with chronik
ninja check-functional

Reviewers: #bitcoin_abc, roqqit

Reviewed By: roqqit

Differential Revision: https://reviews.bitcoinabc.org/D16517

Details

Provenance
PiRKAuthored on Jul 22 2024, 15:45
PiRKPushed on Jul 23 2024, 06:57
Reviewer
roqqit
Differential Revision
D16517: [test] remove pointless block_hashes.append(...)
Parents
rABC16fbc917f0d4: [Cashtab] Update README to reflect current deployment requirements
Branches
Unknown
Tags
Unknown