mirror of https://github.com/status-im/js-waku.git
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…
Reference in New Issue