Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
millken committed Sep 9, 2022
1 parent fd984d8 commit dc8b725
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,10 @@ var (
StartSubChainInterval: 10 * time.Second,
SystemLogDBPath: "/var/log",
},
DB: db.DefaultConfig,
Indexer: blockindex.DefaultConfig,
Genesis: genesis.Default,
DB: db.DefaultConfig,
Indexer: blockindex.DefaultConfig,
Genesis: genesis.Default,
Collector: []string{},
}

// ErrInvalidCfg indicates the invalid config value
Expand Down

0 comments on commit dc8b725

Please sign in to comment.