Commit bb9f022e authored by vipwzw's avatar vipwzw

auto ci

parent fbb4f355
...@@ -2,8 +2,8 @@ package types ...@@ -2,8 +2,8 @@ package types
import ( import (
"github.com/33cn/chain33/types" "github.com/33cn/chain33/types"
"reflect" "reflect"
) )
/* /*
...@@ -54,11 +54,11 @@ var ( ...@@ -54,11 +54,11 @@ var (
} }
//定义log的id和具体log类型及名称,填入具体自定义log类型 //定义log的id和具体log类型及名称,填入具体自定义log类型
logMap = map[int64]*types.LogInfo{ logMap = map[int64]*types.LogInfo{
TyContentStorageLog: {Ty: reflect.TypeOf(ReceiptStorage{}),Name: "LogContentStorage"}, TyContentStorageLog: {Ty: reflect.TypeOf(ReceiptStorage{}), Name: "LogContentStorage"},
TyHashStorageLog: {Ty: reflect.TypeOf(ReceiptStorage{}),Name: "LogHashStorage"}, TyHashStorageLog: {Ty: reflect.TypeOf(ReceiptStorage{}), Name: "LogHashStorage"},
TyLinkStorageLog: {Ty: reflect.TypeOf(ReceiptStorage{}),Name: "LogLinkStorage"}, TyLinkStorageLog: {Ty: reflect.TypeOf(ReceiptStorage{}), Name: "LogLinkStorage"},
TyEncryptStorageLog: {Ty: reflect.TypeOf(ReceiptStorage{}),Name: "LogEncryptStorage"}, TyEncryptStorageLog: {Ty: reflect.TypeOf(ReceiptStorage{}), Name: "LogEncryptStorage"},
TyEncryptShareStorageLog: {Ty: reflect.TypeOf(ReceiptStorage{}),Name: "LogEncryptShareStorage"}, TyEncryptShareStorageLog: {Ty: reflect.TypeOf(ReceiptStorage{}), Name: "LogEncryptShareStorage"},
} }
) )
......
...@@ -3,12 +3,15 @@ ...@@ -3,12 +3,15 @@
package types package types
import proto "github.com/golang/protobuf/proto"
import fmt "fmt"
import math "math"
import ( import (
fmt "fmt"
proto "github.com/golang/protobuf/proto"
math "math"
context "golang.org/x/net/context" context "golang.org/x/net/context"
grpc "google.golang.org/grpc" grpc "google.golang.org/grpc"
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment