mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-28 16:01:30 +00:00
fix #745
This commit is contained in:
parent
42742d98ba
commit
20060a1177
1 changed files with 2 additions and 1 deletions
|
@ -1146,7 +1146,8 @@ class Deterministic_Wallet(Abstract_Wallet):
|
|||
account = self.default_account()
|
||||
address = account.create_new_address(for_change)
|
||||
self.history[address] = []
|
||||
self.synchronizer.add(address)
|
||||
if self.synchronizer:
|
||||
self.synchronizer.add(address)
|
||||
self.save_accounts()
|
||||
return address
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue