Skip to content

Commit a2bb3e4

Browse files
committed
update payload attestation pool test
1 parent 948a57d commit a2bb3e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_payload_attestation_pool.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ suite "Payload attestation pool" & preset():
6464
const TOTAL_COMMITTEES = 1
6565
var
6666
cfg = genesisTestRuntimeConfig(ConsensusFork.Gloas)
67-
validatorMonitor = newClone(ValidatorMonitor.init(cfg.timeParams))
67+
validatorMonitor = newClone(ValidatorMonitor.init(cfg))
6868
dag = init(
6969
ChainDAGRef, cfg,
7070
cfg.makeTestDB(

0 commit comments

Comments
 (0)