Fix outdated exception handlers for singleWorker._getKeysForAddress() #2212

Merged
PeterSurda merged 1 commits from gitea-88 into v0.6 2024-04-14 06:23:28 +02:00
PeterSurda commented 2024-04-14 05:22:53 +02:00 (Migrated from github.com)

Hi!

I found some incorrect exception handlers in the singleWorker after c1ca7044d2, maybe they are rebase artifacts. singleWorker._getKeysForAddress() handles those (configparser.NoSectionError, configparser.NoOptionError) turning them into the ValueError because highlevelcrypto.decodeWalletImportFormat() also rises it now.

Hi! I found some incorrect exception handlers in the `singleWorker` after c1ca7044d2, maybe they are rebase artifacts. `singleWorker._getKeysForAddress()` handles those (`configparser.NoSectionError`, `configparser.NoOptionError`) turning them into the `ValueError` because `highlevelcrypto.decodeWalletImportFormat()` also rises it now.
This repo is archived. You cannot comment on pull requests.
No description provided.