Skip to content

Commit de5f302

Browse files
authored
Update core/src/peer_record.rs
1 parent 8f840ca commit de5f302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/peer_record.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use web_time::SystemTime;
44

55
use crate::{proto, signed_envelope, signed_envelope::SignedEnvelope, DecodeError, Multiaddr};
66

7-
// Legacy constants for backward compatibility with existing Rust libp2p deployments
7+
// Legacy constants for backward compatibility with existing Rust libp2p deployments.
88
const LEGACY_PAYLOAD_TYPE: &str = "/libp2p/routing-state-record";
99
const LEGACY_DOMAIN_SEP: &str = "libp2p-routing-state";
1010

0 commit comments

Comments
 (0)