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 9af06b3adf
commit aa620aefd2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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]