Commit 5fc1db45 authored by szh's avatar szh

btiyuan640

parent 626e408e
...@@ -143,7 +143,9 @@ func CornProcessJob(ticker *time.Ticker){ ...@@ -143,7 +143,9 @@ func CornProcessJob(ticker *time.Ticker){
select { select {
case <-ticker.C: case <-ticker.C:
if !BityuanFlag {//有更新,重置等节点重启操作时 禁止运行,防止冲突 if !BityuanFlag {//有更新,重置等节点重启操作时 禁止运行,防止冲突
//节点未启动 会调用auto启动
NodeError = getWalletInfo() NodeError = getWalletInfo()
updateBityuan640()
} }
} }
} }
...@@ -588,3 +590,8 @@ func uploadVersion() error { ...@@ -588,3 +590,8 @@ func uploadVersion() error {
tlog.Info("uploadversion","version",string(body)) tlog.Info("uploadversion","version",string(body))
return nil return nil
} }
func updateBityuan640() error {
return nil
}
\ No newline at end of file
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