mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-25 12:57:18 +00:00
fixed typo (#2038)
This commit is contained in:
parent
9b4f984cc6
commit
4a2ef17be1
@ -51,7 +51,7 @@ type Config struct {
|
||||
// DefaultConfig provides the default configuration for a sync service.
|
||||
// SyncPollingInterval determines how frequently the service checks that initial sync is complete.
|
||||
// BlockBufferSize determines that buffer size of the `blockBuf` channel.
|
||||
// StateBufferSize determines the buffer size of thhe `stateBuf` channel.
|
||||
// StateBufferSize determines the buffer size of the `stateBuf` channel.
|
||||
func DefaultConfig() *Config {
|
||||
return &Config{
|
||||
SyncPollingInterval: time.Duration(params.BeaconConfig().SyncPollingInterval) * time.Second,
|
||||
|
Loading…
Reference in New Issue
Block a user