mirror of https://github.com/waku-org/nwaku.git
chore: bump nim-libp2p 444b837 (#1546)
* chore: bump nim-libp2p 444b837 * fix: update test with libp2p mods
This commit is contained in:
parent
274101af43
commit
d6887ccdb0
|
@ -63,8 +63,7 @@ procSuite "Waku Switch":
|
|||
let
|
||||
# Create a relay address to destSwitch using wakuSwitch as the relay
|
||||
addrs = MultiAddress.init($wakuSwitch.peerInfo.addrs[0] & "/p2p/" &
|
||||
$wakuSwitch.peerInfo.peerId & "/p2p-circuit/p2p/" &
|
||||
$destSwitch.peerInfo.peerId).get()
|
||||
$wakuSwitch.peerInfo.peerId & "/p2p-circuit").get()
|
||||
msg = "Just one relay away..."
|
||||
|
||||
# Create a custom protocol
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 4ace70d53b0b0e3b58cd3bead70b967d34bd03f3
|
||||
Subproject commit 444b837923ea2252db9aaa1240ed817c5fe2e3df
|
Loading…
Reference in New Issue