mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-07-21 12:09:29 +00:00
update config
This commit is contained in:
parent
2c345199c6
commit
eb02a3fb74
@ -343,10 +343,11 @@ proc mountKademlia*(
|
||||
return err("WakuKademlia already mounted, skipping")
|
||||
|
||||
let wk = WakuKademlia.new(
|
||||
node.switch, node.peerManager, config.bootstrapNodes, config.servicesToAdvertise,
|
||||
config.servicesToDiscover, config.randomLookupInterval,
|
||||
config.serviceLookupInterval, node.rng, config.kadDhtConfig, config.discoConfig,
|
||||
config.clientMode, config.xprPublishing,
|
||||
node.switch, node.peerManager,
|
||||
config.bootstrapNodes, config.servicesToAdvertise, config.servicesToDiscover,
|
||||
config.randomLookupInterval, config.serviceLookupInterval,
|
||||
node.rng,
|
||||
config.kadDhtConfig, config.discoConfig, config.clientMode, config.xprPublishing
|
||||
).valueOr:
|
||||
return err("failed to create service discovery: " & error)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user