1
0

commands: add comment to load_wallet re "unlock" quirk

This commit is contained in:
SomberNight
2024-06-07 16:26:09 +00:00
parent 02a9ab80be
commit 1705e47a88

View File

@@ -254,6 +254,7 @@ class Commands:
if wallet is None:
raise UserFacingException('could not load wallet')
if unlock:
# FIXME if this raises, load_wallet() above still succeeded...
wallet.unlock(password)
run_hook('load_wallet', wallet, None)