mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-30 08:51:32 +00:00
unprioritize before freeze
This commit is contained in:
parent
34be852061
commit
f86e11b445
1 changed files with 1 additions and 0 deletions
|
@ -997,6 +997,7 @@ class Wallet:
|
|||
|
||||
def freeze(self,addr):
|
||||
if addr in self.all_addresses() and addr not in self.frozen_addresses:
|
||||
self.unprioritize(addr)
|
||||
self.frozen_addresses.append(addr)
|
||||
self.save()
|
||||
return True
|
||||
|
|
Loading…
Add table
Reference in a new issue