mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-15 17:35:45 +00:00
8 lines
258 B
Nim
8 lines
258 B
Nim
const
|
|
json_rpc_websocket_package {.strdefine.} = "websock"
|
|
useNews* = json_rpc_websocket_package == "news"
|
|
|
|
when json_rpc_websocket_package notin ["websock", "news"]:
|
|
{.fatal: "json_rpc_websocket_package should be set to either 'websock' or 'news'".}
|
|
|