mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-04 23:13:09 +00:00
fix(c-bindings): rln credential path key (#2564)
This commit is contained in:
parent
c0609a1a9e
commit
91a148b852
@ -175,7 +175,7 @@ proc parseRLNRelay(jsonNode: JsonNode, conf: var WakuNodeConf, errorResp: var st
|
||||
return false
|
||||
|
||||
conf.rlnRelay = jsonNode["enabled"].getBool()
|
||||
conf.rlnRelayCredPath = jsonNode{"cred-password"}.getStr()
|
||||
conf.rlnRelayCredPath = jsonNode{"cred-path"}.getStr()
|
||||
conf.rlnRelayEthClientAddress = EthRpcUrl.parseCmdArg(jsonNode{"eth-client-address"}.getStr("http://localhost:8540"))
|
||||
conf.rlnRelayEthContractAddress = jsonNode{"eth-contract-address"}.getStr()
|
||||
conf.rlnRelayCredPassword = jsonNode{"cred-password"}.getStr()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user