Commit 8b7bea5a authored by linj's avatar linj

add fork

parent 90ee65d2
......@@ -35,6 +35,9 @@ var (
"Backup": RetrieveActionBackup,
"Cancel": RetrieveActionCancel,
}
ForkRetriveAssetX = "ForkRetriveAsset"
ForkRetriveX = "ForkRetrive"
)
func init() {
......
......@@ -15,7 +15,8 @@ func init() {
// init executor type
types.RegistorExecutor(RetrieveX, NewType())
types.RegisterDappFork(RetrieveX, "Enable", 0)
types.RegisterDappFork(RetrieveX, "ForkRetrive", 180000)
types.RegisterDappFork(RetrieveX, ForkRetriveX, 180000)
types.RegisterDappFork(RetrieveX, ForkRetriveAssetX, 3150000)
}
// RetrieveType 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