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