mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 09:53:48 +00:00
core/state: fix typo
This commit is contained in:
parent
354a01a659
commit
cd227f42e9
1 changed files with 1 additions and 1 deletions
|
|
@ -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 (
|
||||
|
|
|
|||
Loading…
Reference in a new issue