Skip to content

Commit

Permalink
fwd socket fix
Browse files Browse the repository at this point in the history
  • Loading branch information
buffalu committed Apr 10, 2024
1 parent 91fa405 commit 7480b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transaction-relayer/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ fn main() {
s.local_addr().unwrap().port()
);
}
for s in &sockets.tpu_sockets.transactions_quic_sockets {
for s in &sockets.tpu_sockets.transactions_forwards_quic_sockets {
info!(
"TPU forward quic socket is listening at: {}:{}",
public_ip.to_string(),
Expand Down

0 comments on commit 7480b86

Please sign in to comment.