aboutsummaryrefslogtreecommitdiffstats
path: root/core/types
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-01-22 07:35:00 +0800
committerobscuren <geffobscura@gmail.com>2015-01-22 07:35:00 +0800
commit67f9783e6a0fa5613a031e05549b92adbee57399 (patch)
tree7a0ea066ff6bfbf690f73ccd3ad9181e3006a285 /core/types
parent6eaa404187953777e8dc866e4e3db089e4ad0501 (diff)
downloadgo-tangerine-67f9783e6a0fa5613a031e05549b92adbee57399.tar
go-tangerine-67f9783e6a0fa5613a031e05549b92adbee57399.tar.gz
go-tangerine-67f9783e6a0fa5613a031e05549b92adbee57399.tar.bz2
go-tangerine-67f9783e6a0fa5613a031e05549b92adbee57399.tar.lz
go-tangerine-67f9783e6a0fa5613a031e05549b92adbee57399.tar.xz
go-tangerine-67f9783e6a0fa5613a031e05549b92adbee57399.tar.zst
go-tangerine-67f9783e6a0fa5613a031e05549b92adbee57399.zip
Moved `obscuren` secp256k1-go
Diffstat (limited to 'core/types')
-rw-r--r--core/types/transaction.go2
1 files changed, 1 insertions, 1 deletions
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 {