aboutsummaryrefslogtreecommitdiffstats
path: root/core/types
diff options
context:
space:
mode:
authorGustav Simonsson <gustav.simonsson@gmail.com>2015-09-10 21:24:36 +0800
committerGustav Simonsson <gustav.simonsson@gmail.com>2015-09-11 03:10:58 +0800
commitb81a6e6ab8954689fa183fd19639cf0344c0de19 (patch)
treec8333ce3fede145206ce8998858986c8b25f52f0 /core/types
parent90f1fe0ed2399f90f01c09e61e244121ef7d148a (diff)
downloaddexon-b81a6e6ab8954689fa183fd19639cf0344c0de19.tar
dexon-b81a6e6ab8954689fa183fd19639cf0344c0de19.tar.gz
dexon-b81a6e6ab8954689fa183fd19639cf0344c0de19.tar.bz2
dexon-b81a6e6ab8954689fa183fd19639cf0344c0de19.tar.lz
dexon-b81a6e6ab8954689fa183fd19639cf0344c0de19.tar.xz
dexon-b81a6e6ab8954689fa183fd19639cf0344c0de19.tar.zst
dexon-b81a6e6ab8954689fa183fd19639cf0344c0de19.zip
core, core/vm, core/state: remove unused functions
Diffstat (limited to 'core/types')
-rw-r--r--core/types/transaction.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/types/transaction.go b/core/types/transaction.go
index 28a7e02b3..8260d7423 100644
--- a/core/types/transaction.go
+++ b/core/types/transaction.go
@@ -33,10 +33,6 @@ import (
var ErrInvalidSig = errors.New("invalid v, r, s values")
-func IsContractAddr(addr []byte) bool {
- return len(addr) == 0
-}
-
type Transaction struct {
data txdata
// caches