This commit is contained in:
ThomasV 2016-11-08 16:39:04 +01:00
parent af55fec764
commit 36d0dff092
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ class Commands:
def _run(self, method, args, password_getter):
cmd = known_commands[method]
if cmd.requires_password and self.wallet.use_encryption:
if cmd.requires_password and self.wallet.has_password():
self._password = apply(password_getter,())
if self._password is None:
return