Commit 37322448 authored by Jeromy's avatar Jeromy

actually start the diagnostics service

parent 96af2a1f
......@@ -122,6 +122,9 @@ func NewIpfsNode(cfg *config.Config, online bool) (*IpfsNode, error) {
if err := exchangeService.Start(ctx); err != nil {
return nil, err
}
if err := diagService.Start(ctx); err != nil {
return nil, err
}
net, err = inet.NewIpfsNetwork(context.TODO(), local, peerstore, &mux.ProtocolMap{
mux.ProtocolID_Routing: dhtService,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment