From 67f9783e6a0fa5613a031e05549b92adbee57399 Mon Sep 17 00:00:00 2001 From: obscuren Date: Thu, 22 Jan 2015 00:35:00 +0100 Subject: Moved `obscuren` secp256k1-go --- core/types/transaction.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/types') diff --git a/core/types/transaction.go b/core/types/transaction.go index 83d76648f..7a1d6104e 100644 --- a/core/types/transaction.go +++ b/core/types/transaction.go @@ -7,9 +7,9 @@ import ( "math/big" "github.com/ethereum/go-ethereum/crypto" + "github.com/ethereum/go-ethereum/crypto/secp256k1" "github.com/ethereum/go-ethereum/ethutil" "github.com/ethereum/go-ethereum/rlp" - "github.com/obscuren/secp256k1-go" ) func IsContractAddr(addr []byte) bool { -- cgit v1.2.3