fix typo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user