Commit ed0c6ba6 authored by linj's avatar linj Committed by vipwzw

update

parent 0b31168e
...@@ -25,7 +25,7 @@ func init() { ...@@ -25,7 +25,7 @@ func init() {
// init executor type // init executor type
types.RegistorExecutor(name, NewType()) types.RegistorExecutor(name, NewType())
types.RegisterDappFork(name, "Enable", 0) types.RegisterDappFork(name, "Enable", 0)
types.RegisterDappFork(name, "ForkTerminatePart", 1500000) types.RegisterDappFork(name, ForkTerminatePartX, 1500000)
} }
//getRealExecName //getRealExecName
......
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