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