Skip to content

Commit

Permalink
internal/cli/server : fix : added triesInMemory in config (ethereum#677)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xsharma authored Jan 18, 2023
1 parent e06376c commit a671c9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/cli/server/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a671c9e

Please sign in to comment.