@@ -89,17 +89,17 @@ func startAction(ctx context.Context) cli.ActionFunc {
89
89
{name : "sync" , app : lightnode .NewSyncApp (cfgNodes .Sync )},
90
90
}
91
91
92
- // TODO: Just keep import here available
93
- _ = []node {
94
- // Light
95
- {name : "consensus" , app : lightConsensus .NewApp (cfgNodes .Consensus )},
96
- {name : "filenode" , app : lightFile .NewApp (cfgNodes .Filenode , cfgNodes .FilenodeStorePath )},
97
- // Full
98
- {name : "consensus" , app : lightConsensus .NewConsensusApp (cfgNodes .Consensus )},
99
- {name : "coordinator" , app : lightnode .NewCoordinatorApp (cfgNodes .Coordinator )},
100
- {name : "filenode" , app : lightFile .NewFileNodeApp (cfgNodes .Filenode , cfgNodes .FilenodeStorePath )},
101
- {name : "sync" , app : lightnode .NewSyncApp (cfgNodes .Sync )},
102
- }
92
+ // // TODO: Just keep import here available
93
+ // _ = []node{
94
+ // // Light
95
+ // {name: "consensus", app: lightConsensus.NewApp(cfgNodes.Consensus)},
96
+ // {name: "filenode", app: lightFile.NewApp(cfgNodes.Filenode, cfgNodes.FilenodeStorePath)},
97
+ // // Full
98
+ // {name: "consensus", app: lightConsensus.NewConsensusApp(cfgNodes.Consensus)},
99
+ // {name: "coordinator", app: lightnode.NewCoordinatorApp(cfgNodes.Coordinator)},
100
+ // {name: "filenode", app: lightFile.NewFileNodeApp(cfgNodes.Filenode, cfgNodes.FilenodeStorePath)},
101
+ // {name: "sync", app: lightnode.NewSyncApp(cfgNodes.Sync)},
102
+ // }
103
103
104
104
if err := startServices (ctx , apps ); err != nil {
105
105
return err
0 commit comments