Fix failing test on blockchain
This commit is contained in:
parent
b99c32eaad
commit
00410b7057
|
@ -121,4 +121,5 @@ exports.serve = function(ipc, host, port, ws){
|
||||||
}
|
}
|
||||||
|
|
||||||
server.listen(port);
|
server.listen(port);
|
||||||
|
return server;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue