mirror of
https://github.com/sigp/lighthouse.git
synced 2026-06-01 05:37:05 +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 executor = runtime.executor();
|
||||||
|
|
||||||
let mut config = NetworkConfig::default();
|
let mut config = NetworkConfig::default();
|
||||||
|
config.libp2p_port = 21212;
|
||||||
|
config.discovery_port = 21212;
|
||||||
config.boot_nodes = enrs.clone();
|
config.boot_nodes = enrs.clone();
|
||||||
runtime
|
runtime
|
||||||
.block_on_all(
|
.block_on_all(
|
||||||
|
|||||||
Reference in New Issue
Block a user