mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-06 09:42:19 +00:00
sharding: address terence comment
Former-commit-id: 5ecdffa175208f5c469d850c0f8aae3344e3c5fc [formerly aa14c1974609d2c361888948ae3dbe072a5c9152] Former-commit-id: 08420bb8112b9f985cd2d8facae3868471b82d24
This commit is contained in:
parent
a363175bbc
commit
5f6e966f35
@ -102,7 +102,7 @@ func (n *shardingNode) Start() error {
|
||||
|
||||
// Starts every service attached to the sharding node.
|
||||
for _, serviceFunc := range n.serviceFuncs {
|
||||
// Initializes each service by passing in the node's cli context.
|
||||
// Initializes each service.
|
||||
service, err := serviceFunc()
|
||||
if err != nil {
|
||||
return err
|
||||
|
Loading…
Reference in New Issue
Block a user