Building waku_relay tests failed due to shadowed chronicles import (#3498)

This commit is contained in:
NagyZoltanPeter 2025-07-17 14:16:48 +02:00 committed by GitHub
parent 827aada89d
commit 61171ed551

View File

@ -1,6 +1,6 @@
{.used.}
import std/options, chronos
import std/options, chronos, chronicles
import
waku/[node/peer_manager, waku_store, waku_store/client], ../testlib/[common, wakucore]