- Split done_signal(Optional[tuple[int, int]], Optional[Exception]) into done_signal(int, int) and error_signal(Exception) so we don't have to inspect the params to check for None and we don't have to unpack a tuple.
- give the end indices directly to add_address so it doesn't have to scan a list of tuples to find these indices.
Details
Details
- Reviewers
Fabien - Group Reviewers
Restricted Project - Commits
- rABC6e471bcdf70a: [electrum] minor cleanup of scan_beyond_gap.py
Try the tool in Electrum ABC with a deterministic wallet (menu Wallet > Scan More Addresses)
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable