Fix failing test on blockchain

This commit is contained in:
Andre Medeiros 2018-07-11 11:38:58 -04:00 committed by Pascal Precht
parent b99c32eaad
commit 00410b7057
No known key found for this signature in database
GPG Key ID: 0EE28D8D6FD85D7D
1 changed files with 5 additions and 4 deletions

View File

@ -121,4 +121,5 @@ exports.serve = function(ipc, host, port, ws){
} }
server.listen(port); server.listen(port);
return server;
}; };