fix #5702
This commit is contained in:
@@ -1741,7 +1741,6 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, Logger):
|
|||||||
return
|
return
|
||||||
if not preview:
|
if not preview:
|
||||||
self.wallet.save_invoice(invoice)
|
self.wallet.save_invoice(invoice)
|
||||||
self.do_clear()
|
|
||||||
self.invoice_list.update()
|
self.invoice_list.update()
|
||||||
self.do_pay_invoice(invoice, preview)
|
self.do_pay_invoice(invoice, preview)
|
||||||
|
|
||||||
@@ -1828,9 +1827,9 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, Logger):
|
|||||||
|
|
||||||
def sign_done(success):
|
def sign_done(success):
|
||||||
if success:
|
if success:
|
||||||
|
self.do_clear()
|
||||||
if not tx.is_complete():
|
if not tx.is_complete():
|
||||||
self.show_transaction(tx)
|
self.show_transaction(tx)
|
||||||
self.do_clear()
|
|
||||||
else:
|
else:
|
||||||
self.broadcast_transaction(tx, message)
|
self.broadcast_transaction(tx, message)
|
||||||
self.sign_tx_with_password(tx, sign_done, password)
|
self.sign_tx_with_password(tx, sign_done, password)
|
||||||
|
|||||||
Reference in New Issue
Block a user