Temporarily remove new state mgmt from e2e (#5786)

* Temporarily remove new state mgmt from e2e
This commit is contained in:
terence tsao 2020-05-08 17:28:06 -07:00 committed by GitHub
parent b00bbfeec7
commit c590029e48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -429,5 +429,4 @@ var E2EBeaconChainFlags = []string{
"--check-head-state",
"--enable-state-field-trie",
"--enable-state-ref-copy",
"--enable-new-state-mgmt",
}