Godeps, eth, tests: update ethash, used shared for testing

This commit is contained in:
Péter Szilágyi
2016-02-24 13:29:47 +02:00
parent 1e62cd6c79
commit 0a5ee08e2b
27 changed files with 191 additions and 3401 deletions

View File

@ -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 {