mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-15 02:42:38 +00:00
Modify bn CLI to parse eth2_testnet_dir
This commit is contained in:
@@ -86,7 +86,7 @@ pub fn new_testnet<T: EthSpec>(
|
||||
|
||||
Eth2TestnetDir::new(
|
||||
output_dir,
|
||||
format!("0x{}", deposit_contract.address()),
|
||||
format!("{}", deposit_contract.address()),
|
||||
deploy_block.as_u64(),
|
||||
min_genesis_time,
|
||||
)?;
|
||||
|
||||
Reference in New Issue
Block a user