mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 01:35:20 +00:00
follow up c6a46df158
This commit is contained in:
parent
c6a46df158
commit
59825c913c
1 changed files with 2 additions and 1 deletions
|
@ -1107,7 +1107,8 @@ class Abstract_Wallet(PrintError):
|
||||||
tx.sign(keypairs)
|
tx.sign(keypairs)
|
||||||
|
|
||||||
def update_password(self, old_password, new_password):
|
def update_password(self, old_password, new_password):
|
||||||
self.check_password(old_password)
|
if old_password is not None:
|
||||||
|
self.check_password(old_password)
|
||||||
|
|
||||||
if new_password == '':
|
if new_password == '':
|
||||||
new_password = None
|
new_password = None
|
||||||
|
|
Loading…
Add table
Reference in a new issue