From fe17f2834624a6860eba15c4ff95be1f1ef233da Mon Sep 17 00:00:00 2001 From: staheri14 Date: Sat, 24 Sep 2022 05:23:44 +0000 Subject: [PATCH] deploy: 90591d868391adc1fa76bd22075a459b779b43bf --- 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