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