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:
ThomasV 2017-12-21 12:16:31 +01:00 committed by GitHub
commit f3a6491df4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -1443,9 +1443,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