Networking fixes.

This commit is contained in:
Gav Wood 2014-09-30 15:53:15 +01:00
parent f3bc035e11
commit fa902ec5ff

View File

@ -42,6 +42,8 @@ void mine(Client& c, int numBlocks)
void connectClients(Client& c1, Client& c2)
{
(void)c1;
(void)c2;
// TODO: Move to WebThree. eth::Client no longer handles networking.
#if 0
short c1Port = 20000;