1
0
mirror of https://github.com/waku-org/nwaku.git synced 2025-01-26 23:02:30 +00:00
nwaku/waku/waku_peer_exchange.nim

11 lines
151 B
Nim
Raw Normal View History

when (NimMajor, NimMinor) < (1, 4):
{.push raises: [Defect].}
else:
{.push raises: [].}
import
./waku_peer_exchange/protocol
export
protocol