1
0

Fix calls to update_fee

Fees should be recalculated when send_from changes.
Fees should be recalculated when editing fee preference, but
only save to storage when leaving the fee per kb widget.
No need to emit a textEdited signal; the widget does that already
(with the effect that we used to call update_fee() twice).
This commit is contained in:
Neil Booth
2015-05-28 15:52:31 +09:00
parent a2e50207ec
commit 05cb9975cb
3 changed files with 11 additions and 10 deletions

View File

@@ -135,8 +135,6 @@ class PayToEdit(ScanQRTextEdit):
else:
self.amount_edit.setText("")
self.amount_edit.textEdited.emit("")
if total or len(lines)>1:
self.lock_amount()
else: