From c3d35c0a6adb567e31695b40ccec64972c1ef0cc Mon Sep 17 00:00:00 2001 From: "alex.sharov" Date: Tue, 17 Jan 2023 13:59:31 +0700 Subject: [PATCH] fix tests --- core/state/intra_block_state_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/core/state/intra_block_state_test.go b/core/state/intra_block_state_test.go index 9cdada593..93e413dd2 100644 --- a/core/state/intra_block_state_test.go +++ b/core/state/intra_block_state_test.go @@ -32,6 +32,7 @@ import ( "testing/quick" "github.com/holiman/uint256" + libcommon "github.com/ledgerwatch/erigon-lib/common" "github.com/ledgerwatch/erigon-lib/kv/memdb" "github.com/ledgerwatch/erigon/core/types"