Commit 6455a797 authored by Hamdi Allam's avatar Hamdi Allam Committed by GitHub

Update indexer/config/config.go

Co-authored-by: default avatarWill Cory <willcory10@gmail.com>
parent f9138fed
...@@ -119,7 +119,6 @@ func LoadConfig(logger geth_log.Logger, path string) (Config, error) { ...@@ -119,7 +119,6 @@ func LoadConfig(logger geth_log.Logger, path string) (Config, error) {
return conf, err return conf, err
} }
// In LoadConfig function
if conf.Chain.Preset != 0 { if conf.Chain.Preset != 0 {
knownPreset, ok := presetConfigs[conf.Chain.Preset] knownPreset, ok := presetConfigs[conf.Chain.Preset]
if !ok { if !ok {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment