Skip to content

Commit

Permalink
chore(libp2p): correct webrtc multiaddr string (#2034)
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Sep 10, 2023
1 parent 5294f14 commit 28d6722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/utils/test/address-sort.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ describe('address-sort', () => {
isCertified: false
}
const webRTCOverRelay = {
multiaddr: multiaddr('/ip4/30.0.0.1/tcp/4000/p2p/QmNnooDu7bfjPFoTZYxMNLWUQJyrVwtbZg5gBMjTezGAJN/p2p-circuit/p2p/QmcrQZ6RJdpYuGvZqD5QEHAv6qX4BrQLJLQPQUrTrzdcgm/webrtc'),
multiaddr: multiaddr('/ip4/30.0.0.1/tcp/4000/p2p/QmNnooDu7bfjPFoTZYxMNLWUQJyrVwtbZg5gBMjTezGAJN/p2p-circuit/webrtc/p2p/QmcrQZ6RJdpYuGvZqD5QEHAv6qX4BrQLJLQPQUrTrzdcgm'),
isCertified: false
}

Expand Down

0 comments on commit 28d6722

Please sign in to comment.