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

pull/3672/head
Péter Szilágyi 8 years ago committed by Jeffrey Wilcke
parent e51f65af1f
commit b7f010de52
  1. 1
      tests/block_test_util.go

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

Loading…
Cancel
Save