The datadir's default config file from the test framework always adds a binding to 127.0.0.1 which is not what the test is expecting.
Details
Details
- Reviewers
PiRK - Group Reviewers
Restricted Project - Commits
- rABCa8e8f277059d: [chronik] Make chronik_serve bind once to the same ip
./test/functional/test_runner.py chronik_serve
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
The datadir always adds a binding to 127.0.0.1 which is not what the test is expecting.
-"datadir" +"test framework" or +"config file" ?