Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
6455a797
Unverified
Commit
6455a797
authored
Sep 08, 2023
by
Hamdi Allam
Committed by
GitHub
Sep 08, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update indexer/config/config.go
Co-authored-by:
Will Cory
<
willcory10@gmail.com
>
parent
f9138fed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
config.go
indexer/config/config.go
+0
-1
No files found.
indexer/config/config.go
View file @
6455a797
...
@@ -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
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment