diff --git a/gui/qt/transaction_dialog.py b/gui/qt/transaction_dialog.py index f90fdb0a..af76b05b 100644 --- a/gui/qt/transaction_dialog.py +++ b/gui/qt/transaction_dialog.py @@ -178,6 +178,7 @@ class TxDialog(QDialog): # if we are not synchronized, we cannot tell if self.parent.network is None or not self.parent.network.is_running() or not self.parent.network.is_connected(): + self.broadcast_button.hide() # cannot broadcast when offline return if not self.wallet.up_to_date: return