This commit is contained in:
ThomasV 2017-03-30 19:08:16 +02:00
parent 08fd7d95ab
commit e555b982f9
1 changed files with 1 additions and 1 deletions

View File

@ -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)