Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
docs: add /p2p/ to add addresses on display (#3398)
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias authored Nov 16, 2020
1 parent b7b0fdc commit 530767d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/browser-exchange-files/public/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ async function refreshPeerList () {
if (addr.indexOf('/p2p/') >= 0) {
return addr
} else {
return addr + peer.peer
return addr + '/p2p/' + peer.peer
}
}
})
Expand Down

0 comments on commit 530767d

Please sign in to comment.