generic m of n multisig
This commit is contained in:
@@ -276,6 +276,7 @@ class ElectrumWindow(QMainWindow):
|
||||
try:
|
||||
wallet = Wallet(storage)
|
||||
except BaseException as e:
|
||||
traceback.print_exc(file=sys.stdout)
|
||||
QMessageBox.warning(None, _('Warning'), str(e), _('OK'))
|
||||
return
|
||||
action = wallet.get_action()
|
||||
|
||||
Reference in New Issue
Block a user