1
0

WalletDB() usage: trivial refactors and fixes

split off from https://github.com/spesmilo/electrum/pull/10027
This commit is contained in:
SomberNight
2025-07-15 12:25:47 +00:00
parent 7611d4c3b3
commit 3c82b00c5e
5 changed files with 13 additions and 10 deletions

View File

@@ -227,7 +227,7 @@ def get_password_for_hw_device_encrypted_storage(plugins: 'Plugins') -> str:
sys.exit(0)
async def run_offline_command(config, config_options, wallet_path, plugins: 'Plugins'):
async def run_offline_command(config: 'SimpleConfig', config_options: dict, wallet_path: str, plugins: 'Plugins'):
cmdname = config.get('cmd')
cmd = known_commands[cmdname]
password = config_options.get('password')