Commit 262a043b authored by Gyanendra Mishra's avatar Gyanendra Mishra

another fix

parent be97eb30
# differs from eth2 in the sense it dosen't have the rest_client # differs from eth2 in the sense it dosen't have the rest_client
def new_cl_client_context(client_name, enr, ip_addr, http_port_num, node_metrics_info): def new_cl_client_context(client_name, enr, ip_addr, http_port_num, cl_nodes_metrics_info):
return struct( return struct(
client_name = client_name, client_name = client_name,
enr = enr, enr = enr,
ip_addr = ip_addr, ip_addr = ip_addr,
http_port_num = http_port_num, http_port_num = http_port_num,
cl_nodes_metrics_info = cl_node_metrics_info, cl_nodes_metrics_info = cl_nodes_metrics_info,
) )
\ No newline at end of file
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