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 3710910 commit c61a196Copy full SHA for c61a196
lib/ipni-client.js
@@ -110,6 +110,6 @@ async function getRetrievalProviders(cid) {
110
return result.MultihashResults.flatMap((r) => r.ProviderResults)
111
}
112
113
-function formatProviderAddress(id, address, protocol) {
+function formatProviderAddress(peerId, address, protocol) {
114
return protocol === 'http' ? address : `${address}/p2p/${id}`
115
0 commit comments