fix import dependencies

This commit is contained in:
Tim Williams 2018-07-26 17:04:17 -04:00
parent 8c95ce84d4
commit 7641245387

View file

@ -6,10 +6,9 @@ import (
"net" "net"
"fmt" "fmt"
"os" "os"
//"github.com/ethereum/go-ethereum/common" "github.com/ShyftNetwork/go-empyrean/crypto"
"github.com/ethereum/go-ethereum/crypto" "bytes"
"bytes" "github.com/ShyftNetwork/go-empyrean/common/hexutil"
"github.com/ethereum/go-ethereum/common/hexutil"
) )
const ( const (