Correct comment

This commit is contained in:
Franck Royer 2021-03-15 17:57:31 +11:00
parent 4c34420ccc
commit b53bf4ddca
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 2 additions and 1 deletions

View File

@ -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 });
} }
} }