core/vm, eth/tracers: goimports

This commit is contained in:
Martin Holst Swende 2018-10-15 21:07:11 +02:00
parent 60bd7959a3
commit 16065d6800
No known key found for this signature in database
GPG key ID: 683B438C05A5DDF0
2 changed files with 2 additions and 2 deletions

View file

@ -17,11 +17,11 @@
package vm
import (
"github.com/ethereum/go-ethereum/core/types"
"math/big"
"testing"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/params"
)

View file

@ -20,12 +20,12 @@ import (
"bytes"
"encoding/json"
"errors"
"github.com/ethereum/go-ethereum/core/types"
"math/big"
"testing"
"time"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/core/vm"
"github.com/ethereum/go-ethereum/params"
)