Skip to content

Commit

Permalink
fix: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
flywukong committed Jan 3, 2024
1 parent 1953cf9 commit 4fe0ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth/backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ func New(stack *node.Node, config *ethconfig.Config) (*Ethereum, error) {
bcOps = append(bcOps, core.EnableDoubleSignChecker)
}

// if the seperated trie db has set, need to new blockchain with the seperated trie database
// if the separated trie db has set, need to new blockchain with the separated trie database
if stack.Config().TrieDir != "" {
log.Info("trie data dir has setted to ", stack.Config().TrieDir)
separatedDB, err := stack.OpenTrieDataBase("chaindata", config.DatabaseCache, config.DatabaseHandles,
Expand Down

0 comments on commit 4fe0ab8

Please sign in to comment.