Fix outdated exception handlers for singleWorker._getKeysForAddress() #2212
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "gitea-88"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi!
I found some incorrect exception handlers in the
singleWorker
afterc1ca7044d2
, maybe they are rebase artifacts.singleWorker._getKeysForAddress()
handles those (configparser.NoSectionError
,configparser.NoOptionError
) turning them into theValueError
becausehighlevelcrypto.decodeWalletImportFormat()
also rises it now.