Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cool-develope committed Oct 22, 2024
1 parent 6362846 commit e7bd885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store/v2/root/factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,8 @@ func CreateRootStore(opts *FactoryOptions) (store.RootStore, error) {
if err != nil {
return nil, err
}
mm = migration.NewManager(opts.SCRawDB, snapshotMgr, ss, newSC, opts.Logger)
}
mm = migration.NewManager(opts.SCRawDB, snapshotMgr, ss, newSC, opts.Logger)
}

pm := pruning.NewManager(sc, ss, storeOpts.SCPruningOption, storeOpts.SSPruningOption)
Expand Down

0 comments on commit e7bd885

Please sign in to comment.