diff --git a/gui/qt/transaction_dialog.py b/gui/qt/transaction_dialog.py index 6a7a1eb52..b9f775c60 100644 --- a/gui/qt/transaction_dialog.py +++ b/gui/qt/transaction_dialog.py @@ -155,6 +155,13 @@ class TxDialog(QDialog): else: self.date_label.hide() + + # 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(): + return + if not self.wallet.up_to_date: + return + if is_relevant: if is_mine: if fee is not None: