mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-21 12:16:44 +00:00
core/state: fix lint
This commit is contained in:
parent
ad85548ec3
commit
7adbd7c41a
1 changed files with 0 additions and 3 deletions
|
|
@ -40,9 +40,6 @@ const (
|
|||
|
||||
// Cache size granted for caching clean code.
|
||||
codeCacheSize = 256 * 1024 * 1024
|
||||
|
||||
// Number of address->curve point associations to keep.
|
||||
pointCacheSize = 4096
|
||||
)
|
||||
|
||||
// Database wraps access to tries and contract code.
|
||||
|
|
|
|||
Loading…
Reference in a new issue