mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-17 00:47:03 +00:00
Disable discovery in the Keymanager API tests
This commit is contained in:
parent
5c0ad1b5c8
commit
651f01722c
@ -267,6 +267,7 @@ proc startBeaconNode {.raises: [Defect, CatchableError].} =
|
||||
let runNodeConf = try: BeaconNodeConf.load(cmdLine = mapIt([
|
||||
"--tcp-port=49000",
|
||||
"--udp-port=49000",
|
||||
"--discv5=off",
|
||||
"--network=" & dataDir,
|
||||
"--data-dir=" & nodeDataDir,
|
||||
"--validators-dir=" & nodeValidatorsDir,
|
||||
|
Loading…
x
Reference in New Issue
Block a user