mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-05 23:43:07 +00:00
chore(rln-relay): specifies the address type for the eth-client-address config parameter (#1176)
This commit is contained in:
parent
6b86c4a22a
commit
489ca1b01e
@ -280,7 +280,7 @@ type
|
|||||||
name: "eth-account-privatekey" }: string
|
name: "eth-account-privatekey" }: string
|
||||||
|
|
||||||
rlnRelayEthClientAddress* {.
|
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/"
|
defaultValue: "ws://localhost:8540/"
|
||||||
name: "eth-client-address" }: string
|
name: "eth-client-address" }: string
|
||||||
|
|
||||||
|
|||||||
@ -164,7 +164,7 @@ type
|
|||||||
name: "eth-account-privatekey" }: string
|
name: "eth-account-privatekey" }: string
|
||||||
|
|
||||||
rlnRelayEthClientAddress* {.
|
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/"
|
defaultValue: "ws://localhost:8540/"
|
||||||
name: "eth-client-address" }: string
|
name: "eth-client-address" }: string
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user