mirror of
https://github.com/logos-messaging/logos-messaging-legacy.git
synced 2026-03-31 02:53:09 +00:00
fix: fix import paths
This commit is contained in:
parent
7f29c8d733
commit
c645f9160b
@ -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
|
||||
|
||||
@ -15,7 +15,7 @@ else:
|
||||
|
||||
import
|
||||
eth/p2p,
|
||||
../../whisper/whisper_protocol,
|
||||
../whisper/whisper_protocol,
|
||||
./waku_protocol
|
||||
|
||||
proc shareMessageQueue*(node: EthereumNode) =
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user