This ensures that we don't need to keep various computation in sync or ensure the data required to do the computation are available.
Details
Details
- Reviewers
Fabien jasonbcox - Group Reviewers
Restricted Project - Commits
- rSTAGINGcec5bc1110a0: Store the node name as a local variable rather than recomputing it every time…
rABCcec5bc1110a0: Store the node name as a local variable rather than recomputing it every time…
Change the way the name is computed, in order toensure any test relying on the specific name would fail.
./test/functional/test_runner.py --extended
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
test/functional/test_framework/test_node.py | ||
---|---|---|
44 ↗ | (On Diff #6478) | Please use the new format method (the % formatting is expected to get deprecated): |