Skip to content

Commit

Permalink
[] Typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunsooda committed Dec 26, 2024
1 parent b4fc57b commit 255be88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions node/cn/backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -280,8 +280,8 @@ func New(ctx *node.ServiceContext, config *Config) (*CN, error) {
}
)

// Temporally set compression module for genesis block reterival
// Module will be reset in `SetupKaiaxModules`
// Temporally set compression module for genesis block retrieval
// Compression module will be reset in `SetupKaiaxModules` by DB manager
chainDB.SetCompressModule(compress_impl.NewCompression())
bc, err := blockchain.NewBlockChain(chainDB, cacheConfig, cn.chainConfig, cn.engine, vmConfig)
if err != nil {
Expand Down

0 comments on commit 255be88

Please sign in to comment.