Commit 1120f58f authored by vipwzw's avatar vipwzw

Update hashlock.go

parent ca7bee20
...@@ -21,7 +21,7 @@ func init() { ...@@ -21,7 +21,7 @@ func init() {
types.AllowUserExec = append(types.AllowUserExec, []byte(HashlockX)) types.AllowUserExec = append(types.AllowUserExec, []byte(HashlockX))
types.RegistorExecutor(HashlockX, NewType()) types.RegistorExecutor(HashlockX, NewType())
types.RegisterDappFork(HashlockX, "Enable", 0) types.RegisterDappFork(HashlockX, "Enable", 0)
types.RegisterDappFork(HashlockX, ForkBadRepeatSecretX, 3000000) types.RegisterDappFork(HashlockX, ForkBadRepeatSecretX, 2715575)
} }
// HashlockType def // HashlockType def
......
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