common, rpc: fix goimports lint issue

This commit is contained in:
Felix Lange 2018-04-18 01:49:35 +02:00
parent b35b688b36
commit 7b85735c27
2 changed files with 3 additions and 3 deletions

View file

@ -18,15 +18,15 @@ package common
import (
"encoding/hex"
"encoding/json"
"fmt"
"math/big"
"math/rand"
"reflect"
"strings"
"encoding/json"
"github.com/ethereum/go-ethereum/common/hexutil"
"github.com/ethereum/go-ethereum/crypto/sha3"
"strings"
)
const (

View file

@ -25,6 +25,7 @@ import (
"fmt"
"net"
"net/url"
"os"
"reflect"
"strconv"
"strings"
@ -33,7 +34,6 @@ import (
"time"
"github.com/ethereum/go-ethereum/log"
"os"
)
var (