Commit 2836aa3e authored by wjx@disanbo.com's avatar wjx@disanbo.com Committed by 33cn

update forkheight

parent 07b9a2e8
...@@ -59,7 +59,7 @@ func init() { ...@@ -59,7 +59,7 @@ func init() {
types.AllowUserExec = append(types.AllowUserExec, []byte(TicketX)) types.AllowUserExec = append(types.AllowUserExec, []byte(TicketX))
types.RegistorExecutor(TicketX, NewType()) types.RegistorExecutor(TicketX, NewType())
types.RegisterDappFork(TicketX, "Enable", 0) types.RegisterDappFork(TicketX, "Enable", 0)
types.RegisterDappFork(TicketX, "ForkTicketId", 1200000) types.RegisterDappFork(TicketX, "ForkTicketId", 1062000)
} }
// TicketType ticket exec type // TicketType ticket exec type
......
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