Update main.rs

This commit is contained in:
Bryan Stitt 2022-03-04 19:59:13 -08:00 committed by GitHub
parent 9c0f131843
commit 3ad1424403
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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