|
@ -317,7 +317,6 @@ class ServerManager(LoggedClass): |
|
|
|
|
|
|
|
|
def notify(self, height, touched): |
|
|
def notify(self, height, touched): |
|
|
'''Notify sessions about height changes and touched addresses.''' |
|
|
'''Notify sessions about height changes and touched addresses.''' |
|
|
self.logger.info('{:,d} addresses touched'.format(len(touched))) |
|
|
|
|
|
cache = {} |
|
|
cache = {} |
|
|
for session in self.sessions: |
|
|
for session in self.sessions: |
|
|
if isinstance(session, ElectrumX): |
|
|
if isinstance(session, ElectrumX): |
|
|