chore(rln-relay): specifies the address type for the eth-client-address config parameter (#1176)

This commit is contained in:
Sanaz Taheri Boshrooyeh 2022-09-23 21:57:28 -07:00 committed by GitHub
parent 5c9358881b
commit 90591d8683
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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