Merge branch 'master' of git://github.com/spesmilo/electrum

This commit is contained in:
ThomasV 2015-09-03 15:12:41 +02:00
commit da91a395b1
1 changed files with 1 additions and 1 deletions

View File

@ -2259,7 +2259,7 @@ class ElectrumWindow(QMainWindow):
text = text_dialog(self, _('Input raw transaction'), _("Transaction:"), _("Load transaction"))
if not text:
return
tx = self.tx_from_text()
tx = self.tx_from_text(text)
if tx:
self.show_transaction(tx)