Commit 83f49e92 authored by szh's avatar szh

去除6.5.3小版本处理

parent bc202d00
......@@ -225,10 +225,10 @@ func MakeSureNodeRunning() error {
//由于6.5.3小版本太多 矿机用户升级临时用了很多小版本,针对6.5.3这些版本节点 进行强制升级到1.65.2-8f91c0b5
//arm版本未写入git小版本号 故从执行文件sha256判断是否时最新版本
if pai.BtyVersion != nil && pai.BtyVersion.App == "6.5.3" {
util.AddValue(&JobID, 1)
JobChan <- MsgType{Name: "FORCEUPDATETO653", JobID: JobID}
tlog.Info("MakeSureNodeRunning ", "checkout", "wheather node is newest in chain33 1.65.2")
return nil
// util.AddValue(&JobID, 1)
// JobChan <- MsgType{Name: "FORCEUPDATETO653", JobID: JobID}
// tlog.Info("MakeSureNodeRunning ", "checkout", "wheather node is newest in chain33 1.65.2")
// return nil
}
// peer list只有自己 节点应进行重启或升级
if pai.PeerLen == 1 {
......
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