tests: cleanup tester blockchain after test run (#3692)

This commit is contained in:
Péter Szilágyi 2017-02-20 12:54:23 +02:00 committed by Jeffrey Wilcke
parent e51f65af1f
commit b7f010de52
1 changed files with 1 additions and 0 deletions

View File

@ -177,6 +177,7 @@ func runBlockTest(homesteadBlock, daoForkBlock, gasPriceFork *big.Int, test *Blo
if err != nil {
return err
}
defer chain.Stop()
//vm.Debug = true
validBlocks, err := test.TryBlocksInsert(chain)