diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/types/transaction.go | 2 |
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 { |