mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
define constructors for windows
This commit is contained in:
parent
17c1c1eb6c
commit
2cf2af356b
2
net.cpp
2
net.cpp
@ -51,7 +51,7 @@ protected:
|
||||
struct TestNodeTable: public NodeTable
|
||||
{
|
||||
/// Constructor
|
||||
using NodeTable::NodeTable;
|
||||
TestNodeTable(ba::io_service& _io, KeyPair _alias, uint16_t _port = 30300): NodeTable(_io, _alias, _port) {}
|
||||
|
||||
static std::vector<std::pair<KeyPair,unsigned>> createTestNodes(unsigned _count)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user