OSDN Git Service

delete equity time type (#1119)
[bytom/bytom.git] / equity / compiler / types.go
index 4fb4bff..d8b5b2c 100644 (file)
@@ -16,7 +16,6 @@ var (
        pubkeyType   = typeDesc("PublicKey")
        sigType      = typeDesc("Signature")
        strType      = typeDesc("String")
-       timeType     = typeDesc("Time")
        valueType    = typeDesc("Value")
 
        sha3StrType      = typeDesc("Sha3(String)")
@@ -38,7 +37,6 @@ var types = map[string]typeDesc{
        string(pubkeyType): pubkeyType,
        string(sigType):    sigType,
        string(strType):    strType,
-       string(timeType):   timeType,
        string(valueType):  valueType,
 
        string(sha3StrType):      sha3StrType,