From 76b75b2fc94432883909657668b5098c1717be33 Mon Sep 17 00:00:00 2001 From: zzzckck <152148891+zzzckck@users.noreply.github.com> Date: Mon, 11 Mar 2024 19:51:58 +0800 Subject: [PATCH] fix: compile error in statedb.go --- core/state/statedb.go | 1 + 1 file changed, 1 insertion(+) diff --git a/core/state/statedb.go b/core/state/statedb.go index c26d70978e..038bc7899f 100644 --- a/core/state/statedb.go +++ b/core/state/statedb.go @@ -18,6 +18,7 @@ package state import ( + "errors" "fmt" "runtime" "sort"