lint
This commit is contained in:
parent
d957d46f96
commit
94deaf55df
1 changed files with 1 additions and 1 deletions
|
@ -1346,7 +1346,7 @@ class Daemon(metaclass=JSONRPCServerType):
|
|||
|
||||
"""
|
||||
wallet = self.wallet_manager.get_wallet_or_default(wallet_id)
|
||||
if (password is None):
|
||||
if password is None:
|
||||
return wallet.pack()
|
||||
encrypted = wallet.pack(password)
|
||||
return encrypted.decode()
|
||||
|
|
Loading…
Reference in a new issue