Skip to content

Commit e9b1b87

Browse files
committed
remove deprecation notice
1 parent f81064d commit e9b1b87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gossip/src/cluster_info.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2572,7 +2572,6 @@ impl Node {
25722572
bind_in_range_with_config(bind_ip_addr, port_range, config).expect("Failed to bind")
25732573
}
25742574

2575-
#[deprecated(since = "2.3.0", note = "Please use `new_with_external_ip` instead.")]
25762575
pub fn new_single_bind(
25772576
pubkey: &Pubkey,
25782577
gossip_addr: &SocketAddr,
@@ -2776,6 +2775,7 @@ impl Node {
27762775

27772776
let (tpu_vote_quic_port, tpu_vote_quic) =
27782777
Self::bind_with_config(bind_ip_addr, port_range, socket_config);
2778+
27792779
let tpu_vote_quic = bind_more_with_config(
27802780
tpu_vote_quic,
27812781
num_quic_endpoints.get(),

0 commit comments

Comments
 (0)