Skip to content

Commit bb69848

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/peer_record.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ use crate::{proto, signed_envelope, signed_envelope::SignedEnvelope, DecodeError
88
const LEGACY_PAYLOAD_TYPE: &str = "/libp2p/routing-state-record";
99
const LEGACY_DOMAIN_SEP: &str = "libp2p-routing-state";
1010

11-
// Standard constants for cross-implementation compatibility with Go/JS libp2p
11+
// Standard constants for cross-implementation compatibility with Go/JS libp2p.
1212
// Defined in https://github.com/multiformats/multicodec/blob/master/table.csv
13-
// and https://github.com/libp2p/specs/blob/master/RFC/0002-signed-envelopes.md
13+
// and https://github.com/libp2p/specs/blob/master/RFC/0002-signed-envelopes.md.
1414
const STANDARD_PAYLOAD_TYPE: &[u8] = &[0x03, 0x01];
1515
const STANDARD_DOMAIN_SEP: &str = "libp2p-peer-record";
1616

0 commit comments

Comments
 (0)