Change func name and nil pointer check based on comments
This commit is contained in:
@@ -78,7 +78,7 @@ func ConfigStorageMiner(c interface{}) Option {
|
||||
|
||||
return Options(
|
||||
|
||||
Override(new(v1api.FullNode), modules.GetUuidWrapper),
|
||||
Override(new(v1api.FullNode), modules.MakeUuidWrapper),
|
||||
// Needed to instantiate pubsub used by index provider via ConfigCommon
|
||||
Override(new(dtypes.DrandSchedule), modules.BuiltinDrandConfig),
|
||||
Override(new(dtypes.BootstrapPeers), modules.BuiltinBootstrap),
|
||||
|
||||
Reference in New Issue
Block a user