From 90591d868391adc1fa76bd22075a459b779b43bf Mon Sep 17 00:00:00 2001 From: Sanaz Taheri Boshrooyeh <35961250+staheri14@users.noreply.github.com> Date: Fri, 23 Sep 2022 21:57:28 -0700 Subject: [PATCH] chore(rln-relay): specifies the address type for the eth-client-address config parameter (#1176) --- examples/v2/config_chat2.nim | 2 +- waku/v2/node/config.nim | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/v2/config_chat2.nim b/examples/v2/config_chat2.nim index f8bdf8aa2..2fc093b83 100644 --- a/examples/v2/config_chat2.nim +++ b/examples/v2/config_chat2.nim @@ -280,7 +280,7 @@ type name: "eth-account-privatekey" }: string rlnRelayEthClientAddress* {. - desc: "Ethereum testnet client address e.g., ws://localhost:8540/", + desc: "WebSocket address of an Ethereum testnet client e.g., ws://localhost:8540/", defaultValue: "ws://localhost:8540/" name: "eth-client-address" }: string diff --git a/waku/v2/node/config.nim b/waku/v2/node/config.nim index c8a055739..7ae7988fe 100644 --- a/waku/v2/node/config.nim +++ b/waku/v2/node/config.nim @@ -164,7 +164,7 @@ type name: "eth-account-privatekey" }: string rlnRelayEthClientAddress* {. - desc: "Ethereum testnet client address e.g., ws://localhost:8540/", + desc: "WebSocket address of an Ethereum testnet client e.g., ws://localhost:8540/", defaultValue: "ws://localhost:8540/" name: "eth-client-address" }: string