refactor(wakunode): remove waku relay export from wakunode

This commit is contained in:
Lorenzo Delgado 2022-09-06 21:07:37 +02:00 committed by Lorenzo Delgado
parent fdd57c7bce
commit 2912a45433
3 changed files with 3 additions and 1 deletions

View File

@ -14,6 +14,7 @@ import
libp2p/protocols/pubsub/rpc/message
import
../../waku/v2/protocol/waku_message,
../../waku/v2/protocol/waku_relay,
../../waku/v2/protocol/waku_store,
../../waku/v2/protocol/waku_filter,
../../waku/v2/protocol/waku_swap/waku_swap,

View File

@ -9,6 +9,7 @@ import
../../protocol/waku_message,
../../protocol/waku_store,
../../protocol/waku_filter,
../../protocol/waku_relay,
../../protocol/waku_swap/waku_swap,
../peer_manager/peer_manager,
../wakunode2,

View File

@ -32,7 +32,7 @@ import
export
builders,
waku_relay, waku_message,
waku_message,
waku_rln_relay_types,
wakunode2_types