remove forgotten calls to deprecated method
This commit is contained in:
@@ -1008,7 +1008,6 @@ class ElectrumWindow:
|
|||||||
address = liststore.get_value( liststore.get_iter(path), 0)
|
address = liststore.get_value( liststore.get_iter(path), 0)
|
||||||
self.wallet.labels[address] = new_text
|
self.wallet.labels[address] = new_text
|
||||||
self.wallet.save()
|
self.wallet.save()
|
||||||
self.wallet.update_tx_labels()
|
|
||||||
self.update_receiving_tab()
|
self.update_receiving_tab()
|
||||||
self.update_sending_tab()
|
self.update_sending_tab()
|
||||||
self.update_history_tab()
|
self.update_history_tab()
|
||||||
|
|||||||
@@ -404,7 +404,6 @@ class ElectrumWindow(QMainWindow):
|
|||||||
changed = True
|
changed = True
|
||||||
|
|
||||||
if changed:
|
if changed:
|
||||||
self.wallet.update_tx_labels()
|
|
||||||
self.update_history_tab()
|
self.update_history_tab()
|
||||||
self.update_completions()
|
self.update_completions()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user