mirror of
https://github.com/mimblewimble/grin.git
synced 2025-05-01 14:51:14 +03:00
CI Test Windows: bind to localhost instead of 0.0.0.0 (#2751)
This commit is contained in:
parent
79c97c30ba
commit
fc5fdc8445
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue