mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-09 06:22:41 +00:00
b9d5d28af5
* chore: remove references to v2 * fix: lingering rln-relay import path
11 lines
151 B
Nim
11 lines
151 B
Nim
when (NimMajor, NimMinor) < (1, 4):
|
|
{.push raises: [Defect].}
|
|
else:
|
|
{.push raises: [].}
|
|
|
|
import
|
|
./waku_peer_exchange/protocol
|
|
|
|
export
|
|
protocol
|