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