mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
cosigner pool: exec_->show
This commit is contained in:
parent
42084a3610
commit
c46ac26d82
1 changed files with 2 additions and 1 deletions
|
@ -149,6 +149,7 @@ class Plugin(BasePlugin):
|
||||||
try:
|
try:
|
||||||
server.put(_hash, message)
|
server.put(_hash, message)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
traceback.print_exc(file=sys.stdout)
|
||||||
self.win.show_message(str(e))
|
self.win.show_message(str(e))
|
||||||
return
|
return
|
||||||
self.win.show_message("Your transaction was sent to the cosigning pool.\nOpen your cosigner wallet to retrieve it.")
|
self.win.show_message("Your transaction was sent to the cosigning pool.\nOpen your cosigner wallet to retrieve it.")
|
||||||
|
@ -181,4 +182,4 @@ class Plugin(BasePlugin):
|
||||||
tx = transaction.Transaction(message)
|
tx = transaction.Transaction(message)
|
||||||
d = transaction_dialog.TxDialog(tx, self.win)
|
d = transaction_dialog.TxDialog(tx, self.win)
|
||||||
d.saved = False
|
d.saved = False
|
||||||
d.exec_()
|
d.show()
|
||||||
|
|
Loading…
Add table
Reference in a new issue