mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-06-18 10:31:11 +00:00
Rename the commandline argument
This commit is contained in:
@@ -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>,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user