mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
Update core/state/access_events_test.go
This commit is contained in:
parent
1a661dcabf
commit
88da3ce370
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue