mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-03 02:35:20 +00:00
do not save here; redundant
This commit is contained in:
parent
fc2b6b0328
commit
37de9d377d
1 changed files with 0 additions and 1 deletions
|
@ -361,7 +361,6 @@ class Wallet:
|
||||||
print address
|
print address
|
||||||
self.history[address] = h = self.retrieve_history(address)
|
self.history[address] = h = self.retrieve_history(address)
|
||||||
self.status[address] = h[-1]['blk_hash'] if h else None
|
self.status[address] = h[-1]['blk_hash'] if h else None
|
||||||
self.save()
|
|
||||||
return address
|
return address
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue