mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-07-12 20:15:44 +00:00
Merge remote-tracking branch 'origin/main' into feature/ignore-tests-that-already-succeeded
This commit is contained in:
@@ -699,6 +699,14 @@ pub struct ReviveDevNodeConfiguration {
|
||||
value_parser = parse_duration
|
||||
)]
|
||||
pub start_timeout_ms: Duration,
|
||||
|
||||
/// The consensus to use for the spawned revive-dev-node.
|
||||
#[clap(
|
||||
id = "revive-dev-node.consensus",
|
||||
long = "revive-dev-node.consensus",
|
||||
default_value = "instant-seal"
|
||||
)]
|
||||
pub consensus: String,
|
||||
}
|
||||
|
||||
/// A set of configuration parameters for the ETH RPC.
|
||||
|
||||
Reference in New Issue
Block a user