From 583111ea6831cb97f83273f5758583f62345bb90 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Tue, 16 Sep 2014 08:09:48 -0400 Subject: [PATCH] Moved miner over to new Worker class. --- TestHelper.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/TestHelper.cpp b/TestHelper.cpp index 3b3be3fec..20c42a9b8 100644 --- a/TestHelper.cpp +++ b/TestHelper.cpp @@ -42,6 +42,7 @@ void mine(Client& c, int numBlocks) void connectClients(Client& c1, Client& c2) { + // TODO: Move to WebThree. eth::Client no longer handles networking. #if 0 short c1Port = 20000; short c2Port = 21000;