Merge branch 'develop'

This commit is contained in:
Neil Booth 2016-11-20 20:56:24 +09:00
commit 796260af30

View File

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