Skip to content

Commit

Permalink
add: 初始化链名称
Browse files Browse the repository at this point in the history
  • Loading branch information
liangjies committed Jun 28, 2023
1 parent 5ff7fdf commit abdaf68
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ func main() {
zap.ReplaceGlobals(global.LOG)
// 初始化数据库
initialize.InitCommonDB()
// 初始化缓存
initialize.InitCache()
// 初始化默认合约
initialize.InitNFTContract()
// 初始化链名称
initialize.InitChainName()

core.RunWindowsServer()
}

0 comments on commit abdaf68

Please sign in to comment.