accounts: fix goimport

This commit is contained in:
Martin Holst Swende 2019-02-05 15:11:14 +01:00
parent c45f41cb6e
commit 622b03c7dd
No known key found for this signature in database
GPG key ID: 683B438C05A5DDF0

View file

@ -19,13 +19,13 @@ package accounts
import (
"fmt"
"golang.org/x/crypto/sha3"
"math/big"
ethereum "github.com/ethereum/go-ethereum"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/event"
"golang.org/x/crypto/sha3"
)
// Account represents an Ethereum account located at a specific location defined