1
0

define frozen signal for exchange rate plugin

This commit is contained in:
ThomasV
2014-06-24 17:44:31 +02:00
parent c742e8c5cf
commit f4dfec4565
4 changed files with 6 additions and 0 deletions

View File

@@ -872,6 +872,7 @@ class ElectrumWindow(QMainWindow):
fee = self.wallet.estimated_fee(inputs, 1)
amount = total - fee
self.amount_e.setAmount(amount)
self.amount_e.textEdited.emit("")
self.fee_e.setAmount(fee)
return