1
0
This commit is contained in:
ThomasV
2014-06-05 12:55:02 +02:00
parent de46bcd515
commit 1cd3776e8f
2 changed files with 2 additions and 20 deletions

View File

@@ -60,5 +60,3 @@ class AmountEdit(QLineEdit):
self.setCursorPosition(pos)
def setAmount(self, amount):
self.setText(self.format_amount(self.wallet.fee).strip())