mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-19 12:56:12 +00:00
Improve single-node testnet support and Arc NetworkConfig/ChainSpec (#6396)
* Arc ChainSpec and NetworkConfig * Fix release tests * Fix lint * Merge remote-tracking branch 'origin/unstable' into single-node-testnet
This commit is contained in:
@@ -38,7 +38,7 @@ pub struct TestBeaconChain {
|
||||
|
||||
impl TestBeaconChain {
|
||||
pub fn new_with_system_clock() -> Self {
|
||||
let spec = MainnetEthSpec::default_spec();
|
||||
let spec = Arc::new(MainnetEthSpec::default_spec());
|
||||
|
||||
let keypairs = generate_deterministic_keypairs(1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user