1
0

update trezor plugin

This commit is contained in:
ThomasV
2014-08-20 21:01:30 +02:00
parent a203dab415
commit 58e1dd2a24
3 changed files with 21 additions and 40 deletions

View File

@@ -424,6 +424,8 @@ class InstallWizard(QDialog):
try:
wallet.create_main_account(password)
except BaseException as e:
import traceback
traceback.print_exc(file=sys.stdout)
QMessageBox.information(None, _('Error'), str(e), _('OK'))
return
self.waiting_dialog(wallet.synchronize)