|
@ -273,6 +273,7 @@ class TxDialog(QDialog): |
|
|
if addr is None: |
|
|
if addr is None: |
|
|
addr = _('unknown') |
|
|
addr = _('unknown') |
|
|
cursor.insertText(addr, text_format(addr)) |
|
|
cursor.insertText(addr, text_format(addr)) |
|
|
|
|
|
if x.get('value'): |
|
|
cursor.insertText(format_amount(x['value']), ext) |
|
|
cursor.insertText(format_amount(x['value']), ext) |
|
|
cursor.insertBlock() |
|
|
cursor.insertBlock() |
|
|
|
|
|
|
|
|