adding removed code

This commit is contained in:
Gabriel mermelstein 2024-02-29 11:06:13 +02:00
parent dcb5527418
commit 5449f05467
No known key found for this signature in database
GPG Key ID: 82B8134785FEAE0D
1 changed files with 7 additions and 2 deletions

View File

@ -33,9 +33,11 @@ proc logConfig(conf: WakuNodeConf) =
info "Configuration. Network",
cluster = conf.clusterId,
pubsubTopics = conf.pubsubTopics,
maxPeers = conf.maxRelayPeers
for shard in conf.pubsubTopics:
info "Configuration. Shards", shard=shard
for i in conf.discv5BootstrapNodes:
info "Configuration. Bootstrap nodes", node = i
@ -43,7 +45,10 @@ proc logConfig(conf: WakuNodeConf) =
info "Configuration. Validation",
mechanism = "onchain rln",
contract = conf.rlnRelayEthContractAddress,
maxMessageSize = conf.maxMessageSize
maxMessageSize = conf.maxMessageSize,
rlnEpochSizeSec = conf.rlnEpochSizeSec,
rlnRelayUserMessageLimit = conf.rlnRelayUserMessageLimit,
rlnRelayEthClientAddress = string(conf.rlnRelayEthClientAddress)
{.pop.}
# @TODO confutils.nim(775, 17) Error: can raise an unlisted exception: ref IOError