Skip to content

Commit 3d816c0

Browse files
chore: Bump nim-dnsdisc (#2354)
* chore: bump `vendor/nim-dnsdisc` * chore: Update import path of dnsdisc --------- Co-authored-by: Emil Ivanichkov <[email protected]>
1 parent 2f8e8bc commit 3d816c0

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

tests/test_waku_dnsdisc.nim

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import
99
chronos,
1010
libp2p/crypto/crypto,
1111
eth/keys,
12-
discovery/dnsdisc/builder
12+
dnsdisc/builder
1313
import
1414
../../waku/node/peer_manager,
1515
../../waku/waku_node,

tests/waku_rln_relay/test_rln_group_manager_static.nim

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import
1919
chronos,
2020
libp2p/crypto/crypto,
2121
eth/keys,
22-
discovery/dnsdisc/builder
22+
dnsdisc/builder
2323

2424
import
2525
std/tempfiles

waku/waku_dnsdisc.nim

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ import
2020
libp2p/crypto/secp,
2121
libp2p/multiaddress,
2222
libp2p/peerid,
23-
discovery/dnsdisc/client
23+
dnsdisc/client
24+
2425
import
2526
./waku_core
2627

0 commit comments

Comments
 (0)