mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-12 01:41:36 +00:00
go fmt
This commit is contained in:
parent
1a55bd8a98
commit
7e3448b177
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue