mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Beginning of merge into AZ.
This commit is contained in:
parent
f9a7ab94ae
commit
9511383c42
2
peer.cpp
2
peer.cpp
@ -46,7 +46,7 @@ int peerTest(int argc, char** argv)
|
|||||||
remoteHost = argv[i];
|
remoteHost = argv[i];
|
||||||
}
|
}
|
||||||
|
|
||||||
Host ph("Test", listenPort);
|
Host ph("Test", NetworkPreferences(listenPort));
|
||||||
|
|
||||||
if (!remoteHost.empty())
|
if (!remoteHost.empty())
|
||||||
ph.connect(remoteHost, remotePort);
|
ph.connect(remoteHost, remotePort);
|
||||||
|
Loading…
Reference in New Issue
Block a user