diff --git a/accounts/accounts.go b/accounts/accounts.go index 6cf50b98d0..b57f282b32 100644 --- a/accounts/accounts.go +++ b/accounts/accounts.go @@ -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