mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-20 13:24:44 +00:00
only increment the state deposit index on 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