main_window: fix typo at do_process_from_text()
This commit is contained in:
@@ -2259,7 +2259,7 @@ class ElectrumWindow(QMainWindow):
|
|||||||
text = text_dialog(self, _('Input raw transaction'), _("Transaction:"), _("Load transaction"))
|
text = text_dialog(self, _('Input raw transaction'), _("Transaction:"), _("Load transaction"))
|
||||||
if not text:
|
if not text:
|
||||||
return
|
return
|
||||||
tx = self.tx_from_text()
|
tx = self.tx_from_text(text)
|
||||||
if tx:
|
if tx:
|
||||||
self.show_transaction(tx)
|
self.show_transaction(tx)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user