mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-23 03:51:29 +00:00
fix: set CoreService in beaconv1alpha1.Server (#12702)
This commit is contained in:
parent
634133fedc
commit
56a0315dde
@ -366,6 +366,7 @@ func (s *Service) Start() {
|
|||||||
ReceivedAttestationsBuffer: make(chan *ethpbv1alpha1.Attestation, attestationBufferSize),
|
ReceivedAttestationsBuffer: make(chan *ethpbv1alpha1.Attestation, attestationBufferSize),
|
||||||
CollectedAttestationsBuffer: make(chan []*ethpbv1alpha1.Attestation, attestationBufferSize),
|
CollectedAttestationsBuffer: make(chan []*ethpbv1alpha1.Attestation, attestationBufferSize),
|
||||||
ReplayerBuilder: ch,
|
ReplayerBuilder: ch,
|
||||||
|
CoreService: coreService,
|
||||||
}
|
}
|
||||||
beaconChainServerV1 := &beacon.Server{
|
beaconChainServerV1 := &beacon.Server{
|
||||||
CanonicalHistory: ch,
|
CanonicalHistory: ch,
|
||||||
|
Loading…
Reference in New Issue
Block a user