Skip to content

Commit

Permalink
remove cache update
Browse files Browse the repository at this point in the history
Co-authored-by: acolytec3 <[email protected]>
  • Loading branch information
ScottyPoi and acolytec3 authored Feb 15, 2025
1 parent 7112e3a commit 6f6e9be
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/portalnetwork/src/client/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -431,9 +431,6 @@ export class PortalNetwork extends EventEmitter<PortalNetworkEvents> {

private onTalkResp = (_: INodeAddress, src: ENR | null, message: ITalkRespMessage) => {
this.metrics?.totalBytesReceived.inc(message.response.length)
if (src) {
this.updateENRCache([src])
}
}

/**
Expand Down

0 comments on commit 6f6e9be

Please sign in to comment.