mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge remote-tracking branch 'upstream/develop' into develop
This commit is contained in:
commit
e2fe9628d1
@ -42,11 +42,14 @@ 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;
|
||||
c1.startNetwork(c1Port);
|
||||
c2.startNetwork(c2Port);
|
||||
c2.connect("127.0.0.1", c1Port);
|
||||
#endif
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user