We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 948a57d commit a2bb3e4Copy full SHA for a2bb3e4
tests/test_payload_attestation_pool.nim
@@ -64,7 +64,7 @@ suite "Payload attestation pool" & preset():
64
const TOTAL_COMMITTEES = 1
65
var
66
cfg = genesisTestRuntimeConfig(ConsensusFork.Gloas)
67
- validatorMonitor = newClone(ValidatorMonitor.init(cfg.timeParams))
+ validatorMonitor = newClone(ValidatorMonitor.init(cfg))
68
dag = init(
69
ChainDAGRef, cfg,
70
cfg.makeTestDB(
0 commit comments