From 3ad142440308f10731bf750e4cc9597d13a70a23 Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Fri, 4 Mar 2022 19:59:13 -0800 Subject: [PATCH] Update main.rs --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 38c968d4..4de8f3a8 100644 --- a/src/main.rs +++ b/src/main.rs @@ -12,7 +12,7 @@ struct Web3ProxyConfig { #[argh(option)] eth_private_rpc: String, - /// the private Ethereum RPC + /// the port to listen on #[argh(option, default = "8845")] listen_port: u16, }