mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-26 23:02:30 +00:00
refactor(wakunode): remove waku relay export from wakunode
This commit is contained in:
parent
fdd57c7bce
commit
2912a45433
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -32,7 +32,7 @@ import
|
||||
|
||||
export
|
||||
builders,
|
||||
waku_relay, waku_message,
|
||||
waku_message,
|
||||
waku_rln_relay_types,
|
||||
wakunode2_types
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user