1
0

move TrezorClient.expand_path to bitcoin.py

and allow its input to end with a '/' slash
This commit is contained in:
SomberNight
2018-08-14 18:19:16 +02:00
parent 52a4810752
commit b4b1de088a
6 changed files with 32 additions and 50 deletions

View File

@@ -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 = {