1
0

Ledger: get new wallet creation working again

This is enough to get new wallet creation working in the
absence of errors.
This commit is contained in:
Neil Booth
2016-01-11 14:23:35 +09:00
parent 45f518e191
commit 1ec3ad59cc
3 changed files with 13 additions and 3 deletions

View File

@@ -187,6 +187,9 @@ class BasePlugin(PrintError):
def diagnostic_name(self):
return self.name
def __str__(self):
return self.name
def close(self):
# remove self from hooks
for k in dir(self):