mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 23:26:44 +00:00
internal/cli/server : fix : added triesInMemory in config (#691)
This commit is contained in:
parent
241843c7e7
commit
38145fae21
1 changed files with 1 additions and 0 deletions
|
|
@ -891,6 +891,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