From 2c2e389b778b490fcaf14d9cc45a750647ca5c68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Szil=C3=A1gyi?= Date: Thu, 14 Jul 2016 11:22:58 +0300 Subject: cmd, core, eth, miner, params, tests: finalize the DAO fork --- tests/block_test.go | 7 ------- 1 file changed, 7 deletions(-) (limited to 'tests/block_test.go') diff --git a/tests/block_test.go b/tests/block_test.go index 9b2fedceb..448f2bd76 100644 --- a/tests/block_test.go +++ b/tests/block_test.go @@ -20,9 +20,6 @@ import ( "math/big" "path/filepath" "testing" - - "github.com/ethereum/go-ethereum/common" - "github.com/ethereum/go-ethereum/params" ) func TestBcValidBlockTests(t *testing.T) { @@ -217,10 +214,6 @@ func TestHomesteadBcState(t *testing.T) { // DAO hard-fork tests func TestDAOBcTheDao(t *testing.T) { - // Temporarilly override the hard-fork specs - defer func(old common.Address) { params.DAORefundContract = old }(params.DAORefundContract) - params.DAORefundContract = common.HexToAddress("0xabcabcabcabcabcabcabcabcabcabcabcabcabca") - err := RunBlockTest(big.NewInt(5), big.NewInt(8), filepath.Join(blockTestDir, "TestNetwork", "bcTheDaoTest.json"), BlockSkipTests) if err != nil { t.Fatal(err) -- cgit v1.2.3