From 88da3ce370925106c92675d4f68361c7ca9c9343 Mon Sep 17 00:00:00 2001 From: Martin HS Date: Fri, 10 May 2024 19:37:47 +0200 Subject: [PATCH] Update core/state/access_events_test.go --- core/state/access_events_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/core/state/access_events_test.go b/core/state/access_events_test.go index a7bb156db7..705033fe0b 100644 --- a/core/state/access_events_test.go +++ b/core/state/access_events_test.go @@ -85,7 +85,6 @@ func TestAccountHeaderGas(t *testing.T) { gas = ae.BalanceGas(testAddr2, true) if gas != params.WitnessBranchReadCost+params.WitnessBranchWriteCost+params.WitnessChunkWriteCost+params.WitnessChunkReadCost { t.Fatalf("incorrect gas computed, got %d, want %d", gas, params.WitnessBranchReadCost+params.WitnessBranchWriteCost+params.WitnessChunkWriteCost+params.WitnessChunkReadCost) - } // Check that a write followed by a read charges nothing