move TrezorClient.expand_path to bitcoin.py
and allow its input to end with a '/' slash
This commit is contained in:
@@ -346,6 +346,7 @@ class BaseWizard(object):
|
||||
except ScriptTypeNotSupported:
|
||||
raise # this is handled in derivation_dialog
|
||||
except BaseException as e:
|
||||
traceback.print_exc(file=sys.stderr)
|
||||
self.show_error(e)
|
||||
return
|
||||
d = {
|
||||
|
||||
Reference in New Issue
Block a user