mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-09 05:52:45 +00:00
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](),
|
exitQueue: newAsyncEventQueue[SignedVoluntaryExit](),
|
||||||
blsToExecQueue: newAsyncEventQueue[SignedBLSToExecutionChange](),
|
blsToExecQueue: newAsyncEventQueue[SignedBLSToExecutionChange](),
|
||||||
propSlashQueue: newAsyncEventQueue[ProposerSlashing](),
|
propSlashQueue: newAsyncEventQueue[ProposerSlashing](),
|
||||||
attSlashQueue: newAsyncEventQueue[AttesterSlashing](),
|
attSlashQueue: newAsyncEventQueue[phase0.AttesterSlashing](),
|
||||||
blobSidecarQueue: newAsyncEventQueue[BlobSidecarInfoObject](),
|
blobSidecarQueue: newAsyncEventQueue[BlobSidecarInfoObject](),
|
||||||
finalQueue: newAsyncEventQueue[FinalizationInfoObject](),
|
finalQueue: newAsyncEventQueue[FinalizationInfoObject](),
|
||||||
reorgQueue: newAsyncEventQueue[ReorgInfoObject](),
|
reorgQueue: newAsyncEventQueue[ReorgInfoObject](),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user