Remove address replacement

This commit is contained in:
Omar Abdulla
2025-07-22 14:34:22 +03:00
parent 6a9acea748
commit 52042dfff5
8 changed files with 55 additions and 365 deletions
+6
View File
@@ -73,6 +73,12 @@ pub struct Arguments {
)]
pub account: String,
/// This argument controls which private keys the nodes should have access to and be added to
/// its wallet signers. With a value of N, private keys (0, N] will be added to the signer set
/// of the node.
#[arg(short, long = "account", default_value_t = 30)]
pub private_keys_to_add: usize,
/// The differential testing leader node implementation.
#[arg(short, long = "leader", default_value = "geth")]
pub leader: TestingPlatform,