Skip to content

Commit 3f628c0

Browse files
authored
Update reth-entrypoint
1 parent 163785a commit 3f628c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

reth/reth-entrypoint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if [[ "$NODE_TYPE" == "base" ]]; then
2828
echo "Starting Base Reth node"
2929
BINARY="./base-reth-node"
3030
else
31-
echo "Starting vanilla Reth node"
31+
echo "Starting OP Reth node"
3232
BINARY="./op-reth"
3333
fi
3434

0 commit comments

Comments
 (0)