mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-04 06:43:12 +00:00
Correct comment
This commit is contained in:
parent
4c34420ccc
commit
b53bf4ddca
@ -16,7 +16,8 @@ export class WakuRelayPubsub extends Gossipsub {
|
|||||||
|
|
||||||
const multicodecs = [CODEC];
|
const multicodecs = [CODEC];
|
||||||
|
|
||||||
// This is the downside of using `libp2p-gossipsub` instead of `libp2p-interfaces/src/pubsub`
|
// This is the downside of using `libp2p-gossipsub` instead of
|
||||||
|
// implementing WakuRelay from scratch.C
|
||||||
Object.assign(this, { multicodecs });
|
Object.assign(this, { multicodecs });
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user