Browse Source

add Wallet.can_import

283
ThomasV 8 years ago
parent
commit
a088940496
  1. 3
      lib/wallet.py

3
lib/wallet.py

@ -1152,6 +1152,9 @@ class Abstract_Wallet(PrintError):
def get_fingerprint(self):
raise NotImplementedError()
def can_import(self):
return False
class Imported_Wallet(Abstract_Wallet):

Loading…
Cancel
Save