Show the broadcast button even if broadcast.

It may not actually be broadcast or relayed for various reasons.
This commit is contained in:
Neil Booth 2015-07-04 16:37:01 +09:00
parent 3446e1fd56
commit b2bfd5af1f

View file

@ -175,7 +175,7 @@ class TxDialog(QWidget):
else: else:
time_str = _('Pending') time_str = _('Pending')
status = _("%d confirmations")%conf status = _("%d confirmations")%conf
elif not self.broadcast: else:
self.broadcast_button.show() self.broadcast_button.show()
# cannot broadcast when offline # cannot broadcast when offline
if self.parent.network is None: if self.parent.network is None: