mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-08 00:43:06 +00:00
Building waku_relay tests failed due to shadowed chronicles import (#3498)
This commit is contained in:
parent
9af06b3adf
commit
aa620aefd2
@ -1,6 +1,6 @@
|
|||||||
{.used.}
|
{.used.}
|
||||||
|
|
||||||
import std/options, chronos
|
import std/options, chronos, chronicles
|
||||||
|
|
||||||
import
|
import
|
||||||
waku/[node/peer_manager, waku_store, waku_store/client], ../testlib/[common, wakucore]
|
waku/[node/peer_manager, waku_store, waku_store/client], ../testlib/[common, wakucore]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user