diff --git a/electrum/gui/qt/main_window.py b/electrum/gui/qt/main_window.py index 2cb35999c..dfe99df03 100644 --- a/electrum/gui/qt/main_window.py +++ b/electrum/gui/qt/main_window.py @@ -106,9 +106,6 @@ if TYPE_CHECKING: from . import ElectrumGui -LN_NUM_PAYMENT_ATTEMPTS = 10 - - class StatusBarButton(QToolButton): # note: this class has a custom stylesheet applied in stylesheet_patcher.py def __init__(self, icon, tooltip, func, sb_height):