Moved miner over to new Worker class.

This commit is contained in:
Gav Wood 2014-09-16 08:09:48 -04:00
parent ce3a2713f4
commit 583111ea68

View File

@ -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;