Skip to content

Commit d27d959

Browse files
authored
fix: reth-builder client name type (#967)
1 parent 63a6d50 commit d27d959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/el/reth/reth_launcher.star

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def launch(
8282
ws_url = "ws://{0}:{1}".format(service.ip_address, WS_PORT_NUM)
8383

8484
return el_context.new_el_context(
85-
client_name="reth",
85+
client_name="reth-builder" if launcher.builder_type else "reth",
8686
enode=enode,
8787
ip_addr=service.ip_address,
8888
rpc_port_num=RPC_PORT_NUM,

0 commit comments

Comments
 (0)