Skip to content

Commit

Permalink
fix di
Browse files Browse the repository at this point in the history
  • Loading branch information
ischasny committed Oct 17, 2023
1 parent bd7f929 commit 0515a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ func ConfigBoost(cfg *config.Boost) Option {
Override(new(sealer.Unsealer), From(new(lotus_modules.MinerStorageService))),
Override(new(paths.SectorIndex), From(new(lotus_modules.MinerSealingService))),

Override(new(*smtypes.MinerEndpoints), modules.NewMinerEndpoints(sectorApiInfos, sealerApiInfos)),
Override(new(smtypes.MinerEndpoints), modules.NewMinerEndpoints(sectorApiInfos, sealerApiInfos)),

Override(new(lotus_modules.MinerStorageService), lotus_modules.ConnectStorageService(cfg.SectorIndexApiInfo)),
Override(new(lotus_modules.MinerSealingService), lotus_modules.ConnectSealingService(cfg.SealerApiInfo)),
Expand Down

0 comments on commit 0515a6b

Please sign in to comment.