From 751bb2d970c0ada6180dcf329a86385c1fd55e00 Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Sat, 12 Nov 2016 21:52:50 +0900 Subject: [PATCH] Remove debug code --- server/protocol.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/protocol.py b/server/protocol.py index eacf0a7..d5f2999 100644 --- a/server/protocol.py +++ b/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: