diff --git a/electrum/gui/qml/qenetwork.py b/electrum/gui/qml/qenetwork.py index e7675c920..6f5bc047a 100644 --- a/electrum/gui/qml/qenetwork.py +++ b/electrum/gui/qml/qenetwork.py @@ -102,7 +102,7 @@ class QENetwork(QObject, QtEventListener): break slot = min(item[1], bytes_limit-bytes_current) bytes_current += slot - capped_histogram.append([item[0], slot]) + capped_histogram.append([max(1, item[0]), slot]) # clamped to [1,inf] # add clamping attributes for the GUI self._fee_histogram = {