Show the broadcast button even if broadcast.
It may not actually be broadcast or relayed for various reasons.
This commit is contained in:
parent
3446e1fd56
commit
b2bfd5af1f
@ -175,7 +175,7 @@ class TxDialog(QWidget):
|
||||
else:
|
||||
time_str = _('Pending')
|
||||
status = _("%d confirmations")%conf
|
||||
elif not self.broadcast:
|
||||
else:
|
||||
self.broadcast_button.show()
|
||||
# cannot broadcast when offline
|
||||
if self.parent.network is None:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user