1
0
This commit is contained in:
ThomasV
2017-10-10 11:48:27 +02:00
parent 8fbabfd796
commit 401d8bc534
2 changed files with 4 additions and 4 deletions

View File

@@ -1375,7 +1375,7 @@ class Imported_Wallet(Abstract_Wallet):
return self.is_watching_only()
def can_delete_address(self):
return self.is_watching_only()
return True
def has_seed(self):
return False