Commit 00f2674f authored by vipwzw's avatar vipwzw Committed by 33cn

Update ticket.go

parent 65c7225c
...@@ -58,7 +58,7 @@ type subConfig struct { ...@@ -58,7 +58,7 @@ type subConfig struct {
Genesis []*genesisTicket `json:"genesis"` Genesis []*genesisTicket `json:"genesis"`
} }
// New ticket's init env // New ticket's init env
func New(cfg *types.Consensus, sub []byte) queue.Module { func New(cfg *types.Consensus, sub []byte) queue.Module {
c := drivers.NewBaseClient(cfg) c := drivers.NewBaseClient(cfg)
var subcfg subConfig var subcfg subConfig
......
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