forked from cerc-io/plugeth
tests: cleanup tester blockchain after test run (#3692)
This commit is contained in:
parent
e51f65af1f
commit
b7f010de52
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user