This commit is contained in:
Kevaundray Wedderburn 2026-04-03 09:21:22 +01:00
parent 1a55bd8a98
commit 7e3448b177

View file

@ -241,8 +241,8 @@ func New(stack *node.Node, config *ethconfig.Config) (*Ethereum, error) {
HistoryPolicy: histPolicy,
TxLookupLimit: int64(min(config.TransactionHistory, math.MaxInt64)),
VmConfig: vm.Config{
EnablePreimageRecording: config.EnablePreimageRecording,
EnableExperimentalInterpreter: config.EnableExperimentalInterpreter,
EnablePreimageRecording: config.EnablePreimageRecording,
EnableExperimentalInterpreter: config.EnableExperimentalInterpreter,
},
// Enables file journaling for the trie database. The journal files will be stored
// within the data directory. The corresponding paths will be either: