Skip to content

Commit

Permalink
Update core/state/access_events_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
holiman committed May 10, 2024
1 parent 1a661dc commit 88da3ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/state/access_events_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 88da3ce

Please sign in to comment.