mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
fix for older formats
This commit is contained in:
parent
8c42b9a8e8
commit
584b19a11e
1 changed files with 1 additions and 0 deletions
|
@ -220,6 +220,7 @@ class Abstract_Wallet(PrintError):
|
|||
|
||||
def load_addresses(self):
|
||||
d = self.storage.get('addresses', {})
|
||||
if type(d) != dict: d={}
|
||||
self.receiving_addresses = d.get('receiving', [])
|
||||
self.change_addresses = d.get('change', [])
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue