Skip to content

Commit 53a5597

Browse files
two-heartravyu-jump
authored andcommitted
gossip: set tpu_quic address in tpu quic case
1 parent 847d7e1 commit 53a5597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/flamenco/gossip/fd_gossip.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@ fd_gossip_refresh_contact_info_v2_sockets( fd_gossip_node_addrs_t const * addrs,
694694
}
695695
if( tpu_quic_port > 0 && tpu_quic_port > last_port && tpu_quic_port < min_port ) {
696696
min_key = FD_GOSSIP_SOCKET_TAG_TPU_QUIC;
697-
min_addr = &addrs->tpu;
697+
min_addr = &addrs->tpu_quic;
698698
min_port = tpu_quic_port;
699699
}
700700
if( tpu_vote_port > 0 && tpu_vote_port > last_port && tpu_vote_port < min_port ) {

0 commit comments

Comments
 (0)