Rename the commandline argument

This commit is contained in:
Omar Abdulla
2025-10-14 19:50:45 +03:00
parent cf538276da
commit 6075dfdee4
+1 -4
View File
@@ -825,10 +825,7 @@ pub struct EthRpcConfiguration {
/// Thus, if you want all of the transactions and tests to happen against the node that you /// Thus, if you want all of the transactions and tests to happen against the node that you
/// spawned and manage then you need to specify a `ConcurrencyConfiguration.number_of_nodes` of /// spawned and manage then you need to specify a `ConcurrencyConfiguration.number_of_nodes` of
/// 1. /// 1.
#[clap( #[clap(id = "eth-rpc.existing-rpc-url", long = "eth-rpc.existing-rpc-url")]
id = "revive-dev-node.existing-rpc-url",
long = "revive-dev-node.existing-rpc-url"
)]
pub existing_rpc_url: Vec<String>, pub existing_rpc_url: Vec<String>,
} }