Mallory - Single commit

This commit is contained in:
Age Manning
2025-05-12 15:23:29 +10:00
committed by Pawan Dhananjay
parent 134039d014
commit 497c7d7190
21 changed files with 1371 additions and 884 deletions

View File

@@ -244,7 +244,7 @@ impl Eth2NetworkConfig {
}
}
fn get_genesis_state_from_bytes<E: EthSpec>(&self) -> Result<BeaconState<E>, String> {
pub fn get_genesis_state_from_bytes<E: EthSpec>(&self) -> Result<BeaconState<E>, String> {
let spec = self.chain_spec::<E>()?;
self.genesis_state_bytes
.as_ref()