We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f840ca commit de5f302Copy full SHA for de5f302
core/src/peer_record.rs
@@ -4,7 +4,7 @@ use web_time::SystemTime;
4
5
use crate::{proto, signed_envelope, signed_envelope::SignedEnvelope, DecodeError, Multiaddr};
6
7
-// Legacy constants for backward compatibility with existing Rust libp2p deployments
+// Legacy constants for backward compatibility with existing Rust libp2p deployments.
8
const LEGACY_PAYLOAD_TYPE: &str = "/libp2p/routing-state-record";
9
const LEGACY_DOMAIN_SEP: &str = "libp2p-routing-state";
10
0 commit comments