From a1d7a1125635961116e3b1dbf84b02a7c890e4f3 Mon Sep 17 00:00:00 2001 From: Darioush Jalali Date: Mon, 14 Oct 2024 16:20:30 -0700 Subject: [PATCH] reduce diff --- core/vm/runtime/runtime_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/vm/runtime/runtime_test.go b/core/vm/runtime/runtime_test.go index a3bee2c311..b0b72e6f54 100644 --- a/core/vm/runtime/runtime_test.go +++ b/core/vm/runtime/runtime_test.go @@ -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) {