fix: fix import paths

This commit is contained in:
Hanno Cornelius 2023-06-08 20:10:20 +02:00
parent 7f29c8d733
commit c645f9160b
No known key found for this signature in database
GPG Key ID: 081F615B3EDEF8DE
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@
# Apache License, version 2.0, (LICENSE-APACHEv2)
# MIT license (LICENSE-MIT)
import tables, eth/keys, ../../../whisper/whisper_types
import tables, eth/keys, ../../whisper/whisper_types
type
KeyStorage* = ref object

View File

@ -15,7 +15,7 @@ else:
import
eth/p2p,
../../whisper/whisper_protocol,
../whisper/whisper_protocol,
./waku_protocol
proc shareMessageQueue*(node: EthereumNode) =

View File

@ -45,7 +45,7 @@ else:
import
options, tables, times, chronos, chronicles, metrics,
eth/[keys, async_utils, p2p],
../../whisper/whisper_types,
../whisper/whisper_types,
eth/trie/trie_defs
export