Backport of core's PR10198 + a bug fix + adapation of ABC tests.
Details
Details
- Reviewers
freetrader CCulianu - Group Reviewers
Restricted Project - Commits
- rSTAGINGdc246915f5fa: [tests] Remove is_network_split from funtional test cases
rABCdc246915f5fa: [tests] Remove is_network_split from funtional test cases
../qa/pull-tester/rpc-tests.py -extended
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
This looks good. I like the code refactor -- slightly neater to not call self.start_nodes in each derived class and just move it to the base. All tests pass, as well.