Skip to content

Commit

Permalink
replace XWebRTC with WebRTC
Browse files Browse the repository at this point in the history
  • Loading branch information
melekes committed Oct 10, 2022
1 parent fa00a32 commit 50df466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/network/src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2012,7 +2012,7 @@ fn webrtc_listen_address<'a>(
} else {
return addresses
.filter(|x| {
x.iter().any(|y| matches!(y, libp2p::core::multiaddr::Protocol::XWebRTC(_)))
x.iter().any(|y| matches!(y, libp2p::core::multiaddr::Protocol::WebRTC))
})
.cloned()
.next()
Expand Down

0 comments on commit 50df466

Please sign in to comment.