We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b004c0 commit b32bc84Copy full SHA for b32bc84
packages/kad-dht/src/kad-dht.ts
@@ -369,7 +369,8 @@ export class KadDHT extends TypedEventEmitter<PeerDiscoveryEvents> implements Ka
369
readonly [serviceCapabilities]: string[] = [
370
'@libp2p/content-routing',
371
'@libp2p/peer-routing',
372
- '@libp2p/peer-discovery'
+ '@libp2p/peer-discovery',
373
+ '@libp2p/kad-dht'
374
]
375
376
readonly [serviceDependencies]: string[] = [
0 commit comments