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

Commit 83ca42a

Browse files
authored
fix: use correct name for webrtc transport config (#2966)
Pulled out of #2963
1 parent 6e6e993 commit 83ca42a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ipfs/src/cli/daemon.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ function getLibp2p ({ libp2pOptions, options, config, peerInfo }) {
7777

7878
if (wrtc || electronWebRTC) {
7979
log(`Using ${wrtc ? 'wrtc' : 'electron-webrtc'} for webrtc support`)
80-
set(libp2pOptions, 'config.transport.webRTCStar.wrtc', wrtc || electronWebRTC)
80+
set(libp2pOptions, 'config.transport.WebRTCStar.wrtc', wrtc || electronWebRTC)
8181
libp2pOptions.modules.transport.push(WebRTCStar)
8282
}
8383

0 commit comments

Comments
 (0)