Remove extra code

This commit is contained in:
Aleksandr Bezobchuk 2018-10-04 17:52:55 -04:00
parent ef10c845c7
commit 0c3975ef5c

View File

@ -1,7 +1,6 @@
package importer
import (
"bytes"
"flag"
"fmt"
"io"
@ -221,12 +220,6 @@ func TestImportBlocks(t *testing.T) {
stateDB.Prepare(tx.Hash(), block.Hash(), i)
txHash := tx.Hash()
if bytes.Equal(txHash[:], ethcmn.FromHex("0xc438cfcc3b74a28741bda361032f1c6362c34aa0e1cedff693f31ec7d6a12717")) {
vmConfig.Tracer = ethvm.NewStructLogger(&ethvm.LogConfig{})
vmConfig.Debug = true
}
_, _, err = ethcore.ApplyTransaction(
chainConfig, chainContext, nil, gp, stateDB, header, tx, usedGas, vmConfig,
)