|
|
|
|
@ -215,9 +215,7 @@ Use this if you want your local watchtower to keep running after you close your
|
|
|
|
|
amounts = [edit.get_amount() for edit in edits] |
|
|
|
|
self.config.set_base_unit(unit_result) |
|
|
|
|
nz.setMaximum(self.config.decimal_point) |
|
|
|
|
self.window.history_list.update() |
|
|
|
|
self.window.request_list.update() |
|
|
|
|
self.window.address_list.update() |
|
|
|
|
self.window.update_tabs() |
|
|
|
|
for edit, amount in zip(edits, amounts): |
|
|
|
|
edit.setAmount(amount) |
|
|
|
|
self.window.update_status() |
|
|
|
|
|