mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-22 12:30:08 +00:00
Fix new altair blockpool test missing taskpool parameter (#2877)
This commit is contained in:
parent
77f4169ffe
commit
aaf1ccde14
@ -581,7 +581,8 @@ suite "Diverging hardforks":
|
||||
var
|
||||
db = makeTestDB(SLOTS_PER_EPOCH)
|
||||
dag = init(ChainDAGRef, phase0RuntimeConfig, db, {})
|
||||
quarantine = QuarantineRef.init(keys.newRng())
|
||||
taskpool = Taskpool.new()
|
||||
quarantine = QuarantineRef.init(keys.newRng(), taskpool)
|
||||
nilPhase0Callback: OnPhase0BlockAdded
|
||||
state = newClone(dag.headState.data)
|
||||
cache = StateCache()
|
||||
|
Loading…
x
Reference in New Issue
Block a user