From 26471ddf4ead048e6bded93eab0d181678637621 Mon Sep 17 00:00:00 2001 From: LNSD Date: Wed, 10 Aug 2022 18:14:56 +0000 Subject: [PATCH] deploy: 913aef504d2ddf3bf842ce1197c877048d800ff2 --- examples/v2/chat2.nim | 6 ++++-- waku/v2/node/wakunode2.nim | 1 - 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/examples/v2/chat2.nim b/examples/v2/chat2.nim index e20caf240..a8e221950 100644 --- a/examples/v2/chat2.nim +++ b/examples/v2/chat2.nim @@ -21,9 +21,11 @@ import libp2p/[switch, # manage transports, a single entry poi protocols/secure/secio, # define the protocol of secure input / output, allows encrypted communication that uses public keys to validate signed messages instead of a certificate authority like in TLS nameresolving/dnsresolver,# define DNS resolution muxers/muxer] # define an interface for stream multiplexing, allowing peers to offer many protocols over a single connection -import ../../waku/v2/node/[wakunode2, waku_payload], - ../../waku/v2/node/dnsdisc/waku_dnsdisc, +import ../../waku/v2/protocol/waku_message, + ../../waku/v2/protocol/waku_lightpush, ../../waku/v2/protocol/waku_store, + ../../waku/v2/node/[wakunode2, waku_payload], + ../../waku/v2/node/dnsdisc/waku_dnsdisc, ../../waku/v2/utils/[peers,time], ../../waku/common/utils/nat, ./config_chat2 diff --git a/waku/v2/node/wakunode2.nim b/waku/v2/node/wakunode2.nim index dab637c3e..d130f58f2 100644 --- a/waku/v2/node/wakunode2.nim +++ b/waku/v2/node/wakunode2.nim @@ -35,7 +35,6 @@ export waku_store, waku_swap, waku_filter, - waku_lightpush, waku_rln_relay_types, wakunode2_types