ThomasV 8 years ago
parent
commit
e555b982f9
  1. 2
      gui/qt/main_window.py

2
gui/qt/main_window.py

@ -2860,7 +2860,7 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, PrintError):
def bump_fee_dialog(self, tx):
is_relevant, is_mine, v, fee = self.wallet.get_wallet_delta(tx)
tx_label = wallet.get_label(tx.txid())
tx_label = self.wallet.get_label(tx.txid())
tx_size = tx.estimated_size()
d = WindowModalDialog(self, _('Bump Fee'))
vbox = QVBoxLayout(d)

Loading…
Cancel
Save