Skip to content

Commit 884be89

Browse files
committed
use renamed mix files
1 parent b732e98 commit 884be89

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

waku/factory/node_factory.nim

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ import
3939
../common/utils/parse_size_units,
4040
../common/rate_limit/setting,
4141
../common/databases/dburl,
42-
../../vendor/mix/src/curve25519
42+
../../vendor/mix/src/curve25519_utils
4343

4444
## Peer persistence
4545

waku/node/waku_node.nim

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ import
2727
libp2p/utility,
2828
../../vendor/mix/src/mix_node,
2929
../../vendor/mix/src/mix_protocol,
30-
../../vendor/mix/src/curve25519,
31-
../../vendor/mix/src/protocol
30+
../../vendor/mix/src/curve25519_utils,
31+
../../vendor/mix/src/app_protocols
3232

3333

3434
import

0 commit comments

Comments
 (0)