improve DrandConfig dependency injection

This commit is contained in:
Yusef Napora
2020-06-23 16:01:10 -04:00
parent 99d3571772
commit b448de422e
7 changed files with 42 additions and 32 deletions
+1
View File
@@ -218,6 +218,7 @@ func Online() Option {
Override(new(dtypes.BootstrapPeers), modules.BuiltinBootstrap),
Override(new(dtypes.DrandBootstrap), modules.DrandBootstrap),
Override(new(dtypes.DrandConfig), modules.BuiltinDrandConfig),
Override(HandleIncomingMessagesKey, modules.HandleIncomingMessages),