Merge pull request #2260 from karalabe/ethash-cache-fixes

Godeps, eth, tests: update ethash, used shared for testing
This commit is contained in:
Péter Szilágyi
2016-02-24 17:58:12 +02:00
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 {