tests: cleanup tester blockchain after test run

This commit is contained in:
Péter Szilágyi 2017-02-20 12:04:01 +02:00
parent e51f65af1f
commit fd696edd7e
No known key found for this signature in database
GPG key ID: E9AE538CEDF8293D

View file

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