mirror of
https://github.com/fluencelabs/js-libp2p
synced 2025-06-25 15:01:34 +00:00
committed by
Vasco Santos
parent
4448de8432
commit
4ebcdb085c
@ -37,11 +37,12 @@ describe('Dialing (resolvable addresses)', () => {
|
||||
[libp2p, remoteLibp2p] = await peerUtils.createPeer({
|
||||
number: 2,
|
||||
config: {
|
||||
modules: baseOptions.modules,
|
||||
...baseOptions,
|
||||
addresses: {
|
||||
listen: [multiaddr(`${relayAddr}/p2p-circuit`)]
|
||||
},
|
||||
config: {
|
||||
...baseOptions.config,
|
||||
peerDiscovery: {
|
||||
autoDial: false
|
||||
}
|
||||
|
Reference in New Issue
Block a user