Show the broadcast button even if broadcast.
It may not actually be broadcast or relayed for various reasons.
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user