Merge pull request #3575 from SomberNight/fix_imported_wallet_addr_filters
fix: address filters for Imported_Wallet: wallet.is_used()
This commit is contained in:
@@ -1443,9 +1443,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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user