Commit 1bd55389 authored by Gyanendra Mishra's avatar Gyanendra Mishra

performed some cleanup

parent e6ce43b1
...@@ -8,6 +8,7 @@ SYNCHRONOUS_ENTRYPOINT_ARGS = { ...@@ -8,6 +8,7 @@ SYNCHRONOUS_ENTRYPOINT_ARGS = {
} }
# this is broken check - https://github.com/ethereum/merge-testnet-verifier/issues/4
def launch_testnet_verifier(params, el_client_contexts, cl_client_contexts): def launch_testnet_verifier(params, el_client_contexts, cl_client_contexts):
service_config = get_asynchronous_verification_service_config(params, el_client_contexts, cl_client_contexts) service_config = get_asynchronous_verification_service_config(params, el_client_contexts, cl_client_contexts)
add_service(SERVICE_ID, service_config) add_service(SERVICE_ID, service_config)
......
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