Merge branch 'beacon-api-electra' of https://github.com/sigp/lighthouse into p2p-electra

This commit is contained in:
realbigsean
2024-05-11 05:09:56 -04:00
3 changed files with 8 additions and 5 deletions

View File

@@ -439,7 +439,7 @@ impl Eth1GenesisService {
None
};
apply_deposit(&mut state, data, proof, spec)
apply_deposit(&mut state, data, proof, true, spec)
.map_err(|e| format!("Error whilst processing deposit: {:?}", e))
})?;