mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-28 15:46:43 +00:00
internal/cli/server : fix : added triesInMemory in config (#677)
This commit is contained in:
parent
e06376cd28
commit
a671c9eddd
1 changed files with 1 additions and 0 deletions
|
|
@ -889,6 +889,7 @@ func (c *Config) buildEth(stack *node.Node, accountManager *accounts.Manager) (*
|
||||||
n.Preimages = c.Cache.Preimages
|
n.Preimages = c.Cache.Preimages
|
||||||
n.TxLookupLimit = c.Cache.TxLookupLimit
|
n.TxLookupLimit = c.Cache.TxLookupLimit
|
||||||
n.TrieTimeout = c.Cache.TrieTimeout
|
n.TrieTimeout = c.Cache.TrieTimeout
|
||||||
|
n.TriesInMemory = c.Cache.TriesInMemory
|
||||||
}
|
}
|
||||||
|
|
||||||
n.RPCGasCap = c.JsonRPC.GasCap
|
n.RPCGasCap = c.JsonRPC.GasCap
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue