core/state: fix typo

This commit is contained in:
LLLeon 2018-04-02 15:59:48 +08:00
parent 354a01a659
commit cd227f42e9

View file

@ -26,7 +26,7 @@ import (
lru "github.com/hashicorp/golang-lru"
)
// Trie cache generation limit after which to evic trie nodes from memory.
// Trie cache generation limit after which to evict trie nodes from memory.
var MaxTrieCacheGen = uint16(120)
const (