Skip to content
This repository was archived by the owner on Jun 26, 2023. It is now read-only.

Commit 37ca858

Browse files
chore: apply suggestions from code review
Co-Authored-By: Jacob Heun <[email protected]>
1 parent e4d4016 commit 37ca858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/topology/multicodec-topology.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class MulticodecTopology extends Topology {
5555

5656
/**
5757
* Update topology.
58-
* @param {Array<{id: PeerId, multiaddrs: Array<Multiaddr>}>} peerDataIterable
58+
* @param {Array<{id: PeerId, multiaddrs: Array<Multiaddr>, protocols: Array<string>}>} peerDataIterable
5959
* @returns {void}
6060
*/
6161
_updatePeers (peerDataIterable) {

0 commit comments

Comments
 (0)