mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-02 16:21:42 +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:
@@ -301,7 +301,7 @@ pub fn migrate_db<E: EthSpec>(
|
||||
runtime_context: &RuntimeContext<E>,
|
||||
log: Logger,
|
||||
) -> Result<(), Error> {
|
||||
let spec = &runtime_context.eth2_config.spec;
|
||||
let spec = runtime_context.eth2_config.spec.clone();
|
||||
let hot_path = client_config.get_db_path();
|
||||
let cold_path = client_config.get_freezer_db_path();
|
||||
let blobs_path = client_config.get_blobs_db_path();
|
||||
@@ -334,7 +334,7 @@ pub fn migrate_db<E: EthSpec>(
|
||||
from,
|
||||
to,
|
||||
log,
|
||||
spec,
|
||||
&spec,
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user