mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-06-27 20:10:02 +00:00
Move waku.nim from waku/factory to under waku/
This commit is contained in:
parent
6d35800fce
commit
b25a07ca9a
@ -1,7 +1,9 @@
|
||||
import std/[json, strutils]
|
||||
import chronos, results, ffi
|
||||
import libp2p/[protocols/ping, switch, multiaddress, multicodec]
|
||||
import logos_delivery/waku/[waku, waku_core/peers, node/waku_node], library/declare_lib
|
||||
import
|
||||
logos_delivery/waku/[waku, waku_core/peers, node/waku_node],
|
||||
library/declare_lib
|
||||
|
||||
proc waku_ping_peer(
|
||||
ctx: ptr FFIContext[LogosDelivery],
|
||||
|
||||
@ -11,6 +11,8 @@
|
||||
|
||||
import results, chronos, chronicles
|
||||
|
||||
import logos_delivery/waku/api
|
||||
export api
|
||||
import logos_delivery/waku/waku
|
||||
export waku
|
||||
import logos_delivery/messaging/messaging_client
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user