mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-06-04 05:00:02 +00:00
Fix broken main merge
This commit is contained in:
parent
03d2b5f68d
commit
4b2456fbbe
@ -1,6 +1,6 @@
|
||||
{.used.}
|
||||
|
||||
import std/[net]
|
||||
import std/[net, options]
|
||||
import chronos, testutils/unittests, stew/byteutils
|
||||
import brokers/broker_context
|
||||
|
||||
@ -24,9 +24,9 @@ proc createApiNodeConf(): WakuNodeConf =
|
||||
conf.listenAddress = parseIpAddress("0.0.0.0")
|
||||
conf.tcpPort = Port(0)
|
||||
conf.discv5UdpPort = Port(0)
|
||||
conf.clusterId = 3'u16
|
||||
conf.clusterId = some(3'u16)
|
||||
conf.numShardsInNetwork = 1
|
||||
conf.reliabilityEnabled = true
|
||||
conf.reliabilityEnabled = some(true)
|
||||
conf.rest = false
|
||||
return conf
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user