Fix bug with invalid state root

This commit is contained in:
Paul Hauner
2019-09-04 12:04:15 +10:00
parent 7edc5f37b9
commit 009a7eb9c7
2 changed files with 22 additions and 3 deletions

View File

@@ -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)
}