Fixed goimports error

This commit is contained in:
Paul Berg 2019-01-11 11:48:38 +02:00
parent c4f238cd92
commit 1e8f19db0a

View file

@ -21,7 +21,6 @@ import (
"context" "context"
"errors" "errors"
"fmt" "fmt"
"golang.org/x/crypto/sha3"
"math/big" "math/big"
"mime" "mime"
"regexp" "regexp"
@ -30,6 +29,8 @@ import (
"strings" "strings"
"unicode" "unicode"
"golang.org/x/crypto/sha3"
"github.com/ethereum/go-ethereum/common/math" "github.com/ethereum/go-ethereum/common/math"
"github.com/ethereum/go-ethereum/accounts" "github.com/ethereum/go-ethereum/accounts"