From b5d92a3fa6b4f2532fd44b6eb034783ac103908e Mon Sep 17 00:00:00 2001 From: rjl493456442 Date: Thu, 8 May 2025 19:15:42 +0800 Subject: [PATCH] Update core/state/database.go Co-authored-by: Marius van der Wijden --- core/state/database.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/state/database.go b/core/state/database.go index 84732fc6c1..cef59cccfb 100644 --- a/core/state/database.go +++ b/core/state/database.go @@ -34,7 +34,7 @@ import ( const ( // Number of codehash->size associations to keep. - codeSizeCacheSize = 1000_000 // 4 megabytes in total + codeSizeCacheSize = 1_000_000 // 4 megabytes in total // Cache size granted for caching clean code. codeCacheSize = 256 * 1024 * 1024