Skip to content

Commit

Permalink
fix updated cache cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
BedrockSquirrel committed Feb 7, 2024
1 parent 3cf8939 commit 91e5987
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion go/enclave/storage/storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ func NewStorage(backingDB enclavedb.EnclaveDB, chainConfig *params.ChainConfig,
}

stateDB := state.NewDatabaseWithConfig(backingDB, &trie.Config{
Cache: cacheConfig.TrieCleanLimit,
Preimages: cacheConfig.Preimages,
})

Expand Down

0 comments on commit 91e5987

Please sign in to comment.