Browse Source

Remove debug code

master
Neil Booth 8 years ago
parent
commit
751bb2d970
  1. 2
      server/protocol.py

2
server/protocol.py

@ -43,7 +43,7 @@ class BlockServer(BlockProcessor):
self.irc = IRC(env)
async def caught_up(self, mempool_hashes):
await super().caught_up([]) #mempool_hashes)
await super().caught_up(mempool_hashes)
if not self.servers:
await self.start_servers()
if self.env.irc:

Loading…
Cancel
Save