CI Test Windows: bind to localhost instead of 0.0.0.0 ()

This commit is contained in:
Mike Dallas 2019-04-12 19:19:41 +01:00 committed by Quentin Le Sceller
parent 79c97c30ba
commit fc5fdc8445

View file

@ -43,7 +43,7 @@ fn peer_handshake() {
util::init_test_logger();
let p2p_config = p2p::P2PConfig {
host: "0.0.0.0".parse().unwrap(),
host: "127.0.0.1".parse().unwrap(),
port: open_port(),
peers_allow: None,
peers_deny: None,