diff --git a/src/cutecoin/models/network.py b/src/cutecoin/models/network.py index f6f6eb8b4745cf5d834a540bed7fd4c7c75033e6..fdf42e0ec616491ebe05c9093c1a7c6055f9dd4d 100644 --- a/src/cutecoin/models/network.py +++ b/src/cutecoin/models/network.py @@ -76,7 +76,7 @@ class NetworkFilterProxyModel(QSortFilterProxyModel): and role == Qt.DisplayRole: if source_data == -1: return "" - else + else: return source_data if index.column() == source_model.columns_types.index('current_hash') \