mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
cleanup
This commit is contained in:
parent
d910272e4a
commit
0e4c693518
1
peer.cpp
1
peer.cpp
@ -36,7 +36,6 @@ BOOST_AUTO_TEST_CASE(host)
|
|||||||
NetworkPreferences host2prefs(30302, "127.0.0.1", true, true);
|
NetworkPreferences host2prefs(30302, "127.0.0.1", true, true);
|
||||||
|
|
||||||
Host host1("Test", host1prefs);
|
Host host1("Test", host1prefs);
|
||||||
NodeId node1 = host1.id();
|
|
||||||
host1.start();
|
host1.start();
|
||||||
|
|
||||||
Host host2("Test", host2prefs);
|
Host host2("Test", host2prefs);
|
||||||
|
Loading…
Reference in New Issue
Block a user