From 0a5ee08e2b8927016f9f8d2afe0ac30e9ac0e81f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Szil=C3=A1gyi?= Date: Wed, 24 Feb 2016 13:29:47 +0200 Subject: Godeps, eth, tests: update ethash, used shared for testing --- tests/block_test_util.go | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/block_test_util.go b/tests/block_test_util.go index 6ba8f3d18..f517eddd1 100644 --- a/tests/block_test_util.go +++ b/tests/block_test_util.go @@ -178,6 +178,7 @@ func runBlockTest(test *BlockTest) error { TestGenesisBlock: test.Genesis, Etherbase: common.Address{}, AccountManager: am, + PowShared: true, } ethereum, err := eth.New(&node.ServiceContext{EventMux: new(event.TypeMux)}, cfg) if err != nil { -- cgit v1.2.3