signer: formatting

This commit is contained in:
Martin Holst Swende 2019-02-22 16:30:23 +01:00
parent 644bdb467b
commit db6d139fc8
No known key found for this signature in database
GPG key ID: 683B438C05A5DDF0
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,6 @@ import (
"encoding/json"
"errors"
"fmt"
"github.com/ethereum/go-ethereum/signer/storage"
"math/big"
"reflect"
"strings"
@ -34,6 +33,7 @@ import (
"github.com/ethereum/go-ethereum/internal/ethapi"
"github.com/ethereum/go-ethereum/log"
"github.com/ethereum/go-ethereum/rlp"
"github.com/ethereum/go-ethereum/signer/storage"
)
const (

View file

@ -20,7 +20,6 @@ import (
"bytes"
"context"
"fmt"
"github.com/ethereum/go-ethereum/signer/storage"
"io/ioutil"
"math/big"
"os"
@ -35,6 +34,7 @@ import (
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/internal/ethapi"
"github.com/ethereum/go-ethereum/rlp"
"github.com/ethereum/go-ethereum/signer/storage"
)
//Used for testing