Skip to content

Commit

Permalink
fix: dial_feeler(..) function dial identify protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
yangby-cryptape committed Jan 16, 2025
1 parent b8f655a commit 7835ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion network/src/network.rs
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ impl NetworkState {
if let Err(err) = self.dial_inner(
p2p_control,
addr.clone(),
TargetProtocol::Single(SupportProtocols::Identify.protocol_id()),
TargetProtocol::Single(SupportProtocols::Feeler.protocol_id()),
) {
debug!("dial_feeler error {err}");
} else {
Expand Down

0 comments on commit 7835ee6

Please sign in to comment.