1
0

gat_wallet_delta: reverse sign of returned fee

This commit is contained in:
ThomasV
2016-06-02 11:30:39 +02:00
parent 79fbb5edce
commit 0843aaafb5
4 changed files with 5 additions and 6 deletions

View File

@@ -2711,7 +2711,6 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, PrintError):
def bump_fee_dialog(self, tx):
is_relevant, is_mine, v, fee = self.wallet.get_wallet_delta(tx)
fee = -fee
d = WindowModalDialog(self, _('Bump Fee'))
vbox = QVBoxLayout(d)
vbox.addWidget(QLabel(_('Current fee') + ': %s'% self.format_amount(fee) + ' ' + self.base_unit()))