Make sure we are testing what we expect, i.e. node 1 (and not 0) turns the proof mature (which wait_for_proof doesn't do as it asserts as soon as the proof is found).
Details
Details
- Reviewers
sdulfari - Group Reviewers
Restricted Project - Commits
- rABC6c5f09efeba5: [avalanche] Fix a wrong test in abc_rpc_avalancheproof
./test/functional/test_runner.py abc_rpc_avalancheproof
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Also fix the following wait_for_proof, which is wrong as the proof is already known and what we want is to check it turns mature.