Skip to content

Commit

Permalink
reduce diff
Browse files Browse the repository at this point in the history
  • Loading branch information
darioush committed Oct 14, 2024
1 parent bf9a87f commit a1d7a11
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/vm/runtime/runtime_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,6 @@ func (d *dummyChain) GetHeader(h common.Hash, n uint64) *types.Header {
return fakeHeader(n, parentHash)
}

func (d *dummyChain) Config() *params.ChainConfig { return params.TestChainConfig }

// TestBlockhash tests the blockhash operation. It's a bit special, since it internally
// requires access to a chain reader.
func TestBlockhash(t *testing.T) {
Expand Down

0 comments on commit a1d7a11

Please sign in to comment.