mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
update test
This commit is contained in:
parent
339836d3fb
commit
94aa125268
2
net.cpp
2
net.cpp
@ -246,7 +246,7 @@ BOOST_AUTO_TEST_CASE(neighboursPacketLength)
|
|||||||
{
|
{
|
||||||
Neighbours::Node node;
|
Neighbours::Node node;
|
||||||
node.ipAddress = boost::asio::ip::address::from_string("200.200.200.200").to_string();
|
node.ipAddress = boost::asio::ip::address::from_string("200.200.200.200").to_string();
|
||||||
node.port = testNodes[i].second;
|
node.udpPort = testNodes[i].second;
|
||||||
node.node = testNodes[i].first.pub();
|
node.node = testNodes[i].first.pub();
|
||||||
out.nodes.push_back(node);
|
out.nodes.push_back(node);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user