mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Networking fixes.
This commit is contained in:
parent
f3bc035e11
commit
fa902ec5ff
@ -42,6 +42,8 @@ void mine(Client& c, int numBlocks)
|
|||||||
|
|
||||||
void connectClients(Client& c1, Client& c2)
|
void connectClients(Client& c1, Client& c2)
|
||||||
{
|
{
|
||||||
|
(void)c1;
|
||||||
|
(void)c2;
|
||||||
// TODO: Move to WebThree. eth::Client no longer handles networking.
|
// TODO: Move to WebThree. eth::Client no longer handles networking.
|
||||||
#if 0
|
#if 0
|
||||||
short c1Port = 20000;
|
short c1Port = 20000;
|
||||||
|
Loading…
Reference in New Issue
Block a user