Browse Source

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

3.0.x
SomberNight 7 years ago
committed by ThomasV
parent
commit
0f54051ecb
  1. 3
      lib/wallet.py

3
lib/wallet.py

@ -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

Loading…
Cancel
Save