From 745f0fd5212419536a89bd6cec26d388a6597d63 Mon Sep 17 00:00:00 2001 From: Adam Schmideg Date: Wed, 26 Feb 2020 13:46:45 +0100 Subject: [PATCH] goimports fix --- crypto/crypto.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/crypto/crypto.go b/crypto/crypto.go index d0cf73cc9d..8422127ab0 100644 --- a/crypto/crypto.go +++ b/crypto/crypto.go @@ -23,12 +23,13 @@ import ( "encoding/hex" "errors" "fmt" + "io/ioutil" + "math/big" + "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common/math" "github.com/ethereum/go-ethereum/rlp" "golang.org/x/crypto/sha3" - "io/ioutil" - "math/big" ) //SignatureLength indicates the byte length required to carry a signature with recovery id.