This wasn't ported from PR14491 because it used segwit, but this can be done without segwit.
Details
Details
- Reviewers
majcosta - Group Reviewers
Restricted Project - Commits
- rABC09cc5afe4fb7: Add test for descriptor ranges in wallet_importmulti.py
ninja all check-all
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
test/functional/wallet_importmulti.py | ||
---|---|---|
506 ↗ | (On Diff #25639) | There is something weird, here. address is never used in the loop. addresses is not used anywhere else in the test. But it is the same problem in the original PR. |
test/functional/wallet_importmulti.py | ||
---|---|---|
506 ↗ | (On Diff #25639) | Core fixes the problem in PR15024: I don't know if it should be fixed in this diff, or if we should just make sure to backport 15024 soon. It seems to be a WIP in D7804. |
test/functional/wallet_importmulti.py | ||
---|---|---|
508 ↗ | (On Diff #25639) | I don't think this is right, check lines 525 to 539 |