mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-30 00:41:31 +00:00
fix: address filters for Imported_Wallet: wallet.is_used()
This commit is contained in:
parent
4bab8b63e1
commit
32b248245e
1 changed files with 0 additions and 3 deletions
|
@ -1435,9 +1435,6 @@ class Imported_Wallet(Simple_Wallet):
|
||||||
def is_deterministic(self):
|
def is_deterministic(self):
|
||||||
return False
|
return False
|
||||||
|
|
||||||
def is_used(self, address):
|
|
||||||
return False
|
|
||||||
|
|
||||||
def is_change(self, address):
|
def is_change(self, address):
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue