Page MenuHomePhabricator

[test] Remove final references to mininode
ClosedPublic

Authored by PiRK on May 24 2021, 09:10.

Details

Reviewers
majcosta
Group Reviewers
Restricted Project
Commits
rABCa11aba33476e: [test] Remove final references to mininode
Summary

This concludes backport of core#19760 [4/4]
https://github.com/bitcoin/bitcoin/pull/19760/commits/d5800da5199527a366024bc80cad7fcca17d5c4a

There is a minor change to a comment that is missing in p2p_permissions.py because of a new test that is not yet backported.

Test Plan

ninja check-functional

Diff Detail

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

Event Timeline

PiRK requested review of this revision.May 24 2021, 09:10
test/functional/example_test.py
179 ↗(On Diff #28582)

This change is not part of the pull request, but it matches the core codebase, and it is a common python idiom when running a loop without using the index.

This revision is now accepted and ready to land.May 24 2021, 17:01