Commit b7f010de authored by Péter Szilágyi's avatar Péter Szilágyi Committed by Jeffrey Wilcke

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

parent e51f65af
...@@ -177,6 +177,7 @@ func runBlockTest(homesteadBlock, daoForkBlock, gasPriceFork *big.Int, test *Blo ...@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment