Skip to content

Commit

Permalink
Fixed C&P comment
Browse files Browse the repository at this point in the history
  • Loading branch information
thehenrytsai committed May 6, 2024
1 parent 5a034c7 commit d2d495c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dids/src/methods/did-dht.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1268,7 +1268,7 @@ export class DidDhtDocument {
for (const gatewayUri of authoritativeGatewayUris || []) {
nsRecords.push({
type : 'NS',
name : '_did.' + DidDhtDocument.getUniqueDidSuffix(didDocument.id) + '.', // name of a Root Record MUST end in `<ID>.`
name : '_did.' + DidDhtDocument.getUniqueDidSuffix(didDocument.id) + '.', // name of an NS record a authoritative gateway MUST end in `<ID>.`
ttl : DNS_RECORD_TTL,
data : gatewayUri + '.'
});
Expand Down

0 comments on commit d2d495c

Please sign in to comment.