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 theValueError
becausehighlevelcrypto.decodeWalletImportFormat()
also rises it now.