1
0

get_tx_info: fix types

This commit is contained in:
ThomasV
2016-06-09 18:09:45 +02:00
parent 60756e2ef9
commit 9896718f09
3 changed files with 5 additions and 4 deletions

View File

@@ -190,7 +190,7 @@ class TxDialog(QDialog, MessageBoxMixin):
else:
self.sign_button.hide()
self.tx_hash_e.setText(tx_hash)
self.tx_hash_e.setText(tx_hash or _('Unknown'))
if desc is None:
self.tx_desc.hide()
else: