mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-06 01:32:18 +00:00
sharding: elim unnecessary comment
Former-commit-id: df6bf42ddbd5880982c46a6f64231e1f7473e879 [formerly 1a1fb36d9bc05a67ddb652d3228614df612c00bb] Former-commit-id: 0fe3ffb9fb2947015bcac53a75a440866884b3b5
This commit is contained in:
parent
128f661ba5
commit
2163001a05
@ -30,6 +30,5 @@ func (p *Proposer) Start() error {
|
|||||||
// Stop the main loop for proposing collations.
|
// Stop the main loop for proposing collations.
|
||||||
func (p *Proposer) Stop() error {
|
func (p *Proposer) Stop() error {
|
||||||
log.Info("Stopping proposer service")
|
log.Info("Stopping proposer service")
|
||||||
// TODO: Propose collations.
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user