- 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
- Branch
- scan_beyond_gap
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 28248 Build 56041: Build Diff electrum-tests Build 56040: arc lint + arc unit