Fix blocktest

This commit is contained in:
Taylor Gerring 2015-06-08 12:55:15 -04:00
parent c6faa18ec9
commit 44e5ff7d15
1 changed files with 3 additions and 3 deletions

View File

@ -96,9 +96,9 @@ func runOneBlockTest(ctx *cli.Context, test *tests.BlockTest) (*eth.Ethereum, er
if err != nil {
return nil, err
}
if err := ethereum.Start(); err != nil {
return nil, err
}
// if err := ethereum.Start(); err != nil {
// return nil, err
// }
// import the genesis block
ethereum.ResetWithGenesisBlock(test.Genesis)