mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-18 05:18:30 +00:00
only increment deposit index on state for old deposit flow
This commit is contained in:
@@ -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))
|
||||
})?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user