mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-10 04:01:51 +00:00
Change port in test to some fairly random number (#874)
This commit is contained in:
@@ -65,6 +65,8 @@ mod tests {
|
||||
let executor = runtime.executor();
|
||||
|
||||
let mut config = NetworkConfig::default();
|
||||
config.libp2p_port = 21212;
|
||||
config.discovery_port = 21212;
|
||||
config.boot_nodes = enrs.clone();
|
||||
runtime
|
||||
.block_on_all(
|
||||
|
||||
Reference in New Issue
Block a user