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

add fork ForkTokenSymbolWithNumber

parent 644a66f7
...@@ -22,6 +22,7 @@ func init() { ...@@ -22,6 +22,7 @@ func init() {
types.RegisterDappFork(TokenX, "ForkTokenBlackList", 190000) types.RegisterDappFork(TokenX, "ForkTokenBlackList", 190000)
types.RegisterDappFork(TokenX, "ForkBadTokenSymbol", 184000) types.RegisterDappFork(TokenX, "ForkBadTokenSymbol", 184000)
types.RegisterDappFork(TokenX, "ForkTokenPrice", 560000) types.RegisterDappFork(TokenX, "ForkTokenPrice", 560000)
types.RegisterDappFork(TokenX, "ForkTokenSymbolWithNumber", 1500000)
} }
// TokenType 执行器基类结构体 // TokenType 执行器基类结构体
......
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