good morning!!!!

Skip to content
Snippets Groups Projects
Commit b7f010de authored by Péter Szilágyi's avatar Péter Szilágyi Committed by Jeffrey Wilcke
Browse files

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

parent e51f65af
No related branches found
No related tags found
No related merge requests found
...@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment