Page MenuHomePhabricator

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

Authored by PiRK on Jul 22 2024, 15:50.

Details

Reviewers
roqqit
Group Reviewers
Restricted Project
Commits
rABCbbe8d5dd70a0: [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

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable