Skip to content

Commit 3918a42

Browse files
committed
fix: use transaction route
1 parent 9929efe commit 3918a42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agent/services/lazer_exporter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ async fn connect_to_relayer(
9393
SplitStream<WebSocketStream<MaybeTlsStream<TcpStream>>>,
9494
)> {
9595
tracing::info!("connecting to the relayer at {}", url);
96-
url.set_path("/v2/publisher");
96+
url.set_path("/v1/transaction");
9797
let mut req = url.clone().into_client_request()?;
9898
let headers = req.headers_mut();
9999
headers.insert(

0 commit comments

Comments
 (0)