tfix typo - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 409557bca50a800f98db4886d23416b322cd4eef DIR parent d8e65782e10b1830011af6ad79572211884c254f HTML Author: ThomasV <thomasv@electrum.org> Date: Tue, 1 Dec 2015 13:50:47 +0100 fix typo Diffstat: M gui/kivy/main_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/gui/kivy/main_window.py b/gui/kivy/main_window.py t@@ -382,7 +382,7 @@ class ElectrumWindow(App): # connect callbacks if self.network: - interests = ['update', 'status', 'new_transaction'] + interests = ['updated', 'status', 'new_transaction'] self.network.register_callback(self.on_network, interests) self.wallet = None