Sander van Grieken 2 years ago
parent
commit
3d189d99a5
No known key found for this signature in database
GPG Key ID: 9BCF8209EA402EBA
  1. 1
      electrum/gui/qt/receive_tab.py

1
electrum/gui/qt/receive_tab.py

@ -90,6 +90,7 @@ class ReceiveTab(QWidget, MessageBoxMixin, Logger):
self.receive_qr = QRCodeWidget(manual_size=True)
self.receive_help_text = WWLabel('')
self.receive_help_text.setLayout(QHBoxLayout())
self.receive_rebalance_button = QPushButton('Rebalance')
self.receive_rebalance_button.suggestion = None

Loading…
Cancel
Save