From 00b557144a9aed6ecb3952043a91db604d863c7b Mon Sep 17 00:00:00 2001 From: Thomas Nguy Date: Mon, 9 May 2022 16:04:22 +0900 Subject: [PATCH] fix small typo in relayer command --- orchestrator/relayer/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orchestrator/relayer/src/main.rs b/orchestrator/relayer/src/main.rs index 4d13d1abf..fbf05ae1d 100644 --- a/orchestrator/relayer/src/main.rs +++ b/orchestrator/relayer/src/main.rs @@ -42,7 +42,7 @@ lazy_static! { --ethereum-key= An Ethereum private key containing non-trivial funds --cosmos-grpc= The Cosmos gRPC url --address-prefix= The prefix for addresses on this Cosmos chain - --ethereum-grpc= The Ethereum RPC url, Geth light clients work and sync fast + --ethereum-rpc= The Ethereum RPC url, Geth light clients work and sync fast --contract-address= The Ethereum contract address for Gravity About: The Gravity relayer component, responsible for relaying data from the Cosmos blockchain