mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-20 05:14:35 +00:00
Fix bug with invalid state root
This commit is contained in:
@@ -243,6 +243,9 @@ fn interop_genesis_state<T: EthSpec>(
|
||||
|
||||
state.genesis_time = genesis_time;
|
||||
|
||||
// Invalid all the caches after all the manual state surgery.
|
||||
state.drop_all_caches();
|
||||
|
||||
Ok(state)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user