internal/cli/server : fix : added triesInMemory in config (#677)

This commit is contained in:
SHIVAM SHARMA 2023-01-18 21:41:52 +05:30 committed by GitHub
parent e06376cd28
commit a671c9eddd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -889,6 +889,7 @@ func (c *Config) buildEth(stack *node.Node, accountManager *accounts.Manager) (*
n.Preimages = c.Cache.Preimages
n.TxLookupLimit = c.Cache.TxLookupLimit
n.TrieTimeout = c.Cache.TrieTimeout
n.TriesInMemory = c.Cache.TriesInMemory
}
n.RPCGasCap = c.JsonRPC.GasCap