update deps

This commit is contained in:
Christopher Franko 2017-02-22 14:10:03 -05:00
parent 93f69adf92
commit ea2e852e79
3 changed files with 4 additions and 4 deletions

View file

@ -40,7 +40,7 @@ var bugCommand = cli.Command{
Category: "MISCELLANEOUS COMMANDS",
}
const issueUrl = "https://github.com/ethereum/go-ethereum/issues/new"
const issueUrl = "https://github.com/expanse-org/go-expanse/issues/new"
// reportBug reports a bug by opening a new URL to the go-ethereum GH issue
// tracker and setting default values as the issue body.

View file

@ -27,7 +27,7 @@ import (
"testing"
"time"
"github.com/ethereum/go-ethereum/common"
"github.com/expanse-org/go-expanse/common"
)
var testAddrHex = "970e8128ab834e8eac17ab8e3812f010678cf791"

View file

@ -23,8 +23,8 @@ import (
"crypto/elliptic"
"fmt"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/crypto/secp256k1"
"github.com/expanse-org/go-expanse/common"
"github.com/expanse-org/go-expanse/crypto/secp256k1"
)
func Ecrecover(hash, sig []byte) ([]byte, error) {