goimports fix

This commit is contained in:
Adam Schmideg 2020-02-26 13:46:45 +01:00
parent 0a22d23f6d
commit 745f0fd521

View file

@ -23,12 +23,13 @@ import (
"encoding/hex" "encoding/hex"
"errors" "errors"
"fmt" "fmt"
"io/ioutil"
"math/big"
"github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/common/math" "github.com/ethereum/go-ethereum/common/math"
"github.com/ethereum/go-ethereum/rlp" "github.com/ethereum/go-ethereum/rlp"
"golang.org/x/crypto/sha3" "golang.org/x/crypto/sha3"
"io/ioutil"
"math/big"
) )
//SignatureLength indicates the byte length required to carry a signature with recovery id. //SignatureLength indicates the byte length required to carry a signature with recovery id.