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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user