Disambiguate `AttesterSlashing` queue initialization
This commit is contained in:
parent
827a3a0bed
commit
00470365ff
|
@ -636,7 +636,7 @@ proc init*(T: type BeaconNode,
|
|||
exitQueue: newAsyncEventQueue[SignedVoluntaryExit](),
|
||||
blsToExecQueue: newAsyncEventQueue[SignedBLSToExecutionChange](),
|
||||
propSlashQueue: newAsyncEventQueue[ProposerSlashing](),
|
||||
attSlashQueue: newAsyncEventQueue[AttesterSlashing](),
|
||||
attSlashQueue: newAsyncEventQueue[phase0.AttesterSlashing](),
|
||||
blobSidecarQueue: newAsyncEventQueue[BlobSidecarInfoObject](),
|
||||
finalQueue: newAsyncEventQueue[FinalizationInfoObject](),
|
||||
reorgQueue: newAsyncEventQueue[ReorgInfoObject](),
|
||||
|
|
Loading…
Reference in New Issue