From 1181eadcf82d46014f7d8d1c289fd415fa1c7114 Mon Sep 17 00:00:00 2001 From: "fryorcraken.eth" Date: Tue, 7 Mar 2023 15:09:27 +1100 Subject: [PATCH] doc: fix references in comments --- packages/enr/src/raw_enr.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/enr/src/raw_enr.ts b/packages/enr/src/raw_enr.ts index 5a15f48649..73c00bca30 100644 --- a/packages/enr/src/raw_enr.ts +++ b/packages/enr/src/raw_enr.ts @@ -155,7 +155,7 @@ export class RawEnr extends Map { * address (e.g. `dns4`, `dnsaddr`, etc).. * * If the peer information only contains information that can be represented with the ENR pre-defined keys - * (ip, tcp, etc) then the usage of { @link getLocationMultiaddr } should be preferred. + * (ip, tcp, etc) then the usage of { @link ENR.getLocationMultiaddr } should be preferred. * * The multiaddresses stored in this field are expected to be location multiaddresses, ie, peer id less. */ @@ -175,7 +175,7 @@ export class RawEnr extends Map { * address (e.g. `dns4`, `dnsaddr`, etc).. * * If the peer information only contains information that can be represented with the ENR pre-defined keys - * (ip, tcp, etc) then the usage of { @link setLocationMultiaddr } should be preferred. + * (ip, tcp, etc) then the usage of { @link ENR.setLocationMultiaddr } should be preferred. * The multiaddresses stored in this field must be location multiaddresses, * ie, without a peer id. */