fix: address filters for Imported_Wallet: wallet.is_used()

This commit is contained in:
SomberNight 2017-12-21 03:22:21 +01:00 committed by ThomasV
parent 02fda5a85b
commit 0f54051ecb
1 changed files with 0 additions and 3 deletions

View File

@ -1435,9 +1435,6 @@ class Imported_Wallet(Simple_Wallet):
def is_deterministic(self):
return False
def is_used(self, address):
return False
def is_change(self, address):
return False