diff options
author | Péter Szilágyi <peterke@gmail.com> | 2016-02-24 19:29:47 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2016-02-24 19:29:47 +0800 |
commit | 0a5ee08e2b8927016f9f8d2afe0ac30e9ac0e81f (patch) | |
tree | b355c8a2c33c1b9db339f2fd0faa856beccb1752 /tests | |
parent | 1e62cd6c79afdc4b39a30932f950673405f0c702 (diff) | |
download | dexon-0a5ee08e2b8927016f9f8d2afe0ac30e9ac0e81f.tar.gz dexon-0a5ee08e2b8927016f9f8d2afe0ac30e9ac0e81f.tar.zst dexon-0a5ee08e2b8927016f9f8d2afe0ac30e9ac0e81f.zip |
Godeps, eth, tests: update ethash, used shared for testing
Diffstat (limited to 'tests')
-rw-r--r-- | tests/block_test_util.go | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |