We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fda7f40 commit 947d2d0Copy full SHA for 947d2d0
packages/portalnetwork/src/client/client.ts
@@ -373,12 +373,7 @@ export class PortalNetwork extends (EventEmitter as { new (): PortalNetworkEvent
373
await this.handleUTP(nodeAddress, message, message.request)
374
return
375
}
376
- if (src === null) {
377
378
- this.logger('Received TALKREQ message with null sourceId')
379
- return
380
- }
381
+
382
const network = this.networks.get(bytesToHex(message.protocol) as NetworkId)
383
if (!network) {
384
this.logger(`Received TALKREQ message on unsupported network ${bytesToHex(message.protocol)}`)
0 commit comments