core/state: fix lint

This commit is contained in:
Gary Rong 2025-12-29 14:23:58 +08:00 committed by Guillaume Ballet
parent ad85548ec3
commit 7adbd7c41a

View file

@ -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.