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