mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
tests: cleanup tester blockchain after test run (#3692)
This commit is contained in:
parent
e51f65af1f
commit
b7f010de52
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Reference in a new issue