Commit 6fd5f03e authored by Gyanendra Mishra's avatar Gyanendra Mishra

added comment

parent 2d47cc5e
...@@ -60,12 +60,7 @@ def generate_cl_genesis_data( ...@@ -60,12 +60,7 @@ def generate_cl_genesis_data(
}, },
) )
# defer func() { # TODO add a remove_service call that removes the service_id, before the function returns
# serviceId = serviceCtx.GetServiceID()
# if err = enclaveCtx.RemoveService(serviceId, 0); err != nil {
# logrus.Warnf("Tried to remove prelaunch data generator service '%v', but doing so threw an error:\n%v", serviceId, err)
# }
# }()
all_dirpaths_to_create_on_generator = [ all_dirpaths_to_create_on_generator = [
CONFIG_DIRPATH_ON_GENERATOR, CONFIG_DIRPATH_ON_GENERATOR,
......
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