Commit aa2a8ff1 authored by wjx@disanbo.com's avatar wjx@disanbo.com Committed by vipwzw

fix_ci_for_branch

parent 6c0df23b
......@@ -461,12 +461,7 @@ func showOrCheckAcc(c types.Chain33Client, addr string, sorc int, balance int64)
return true
}
}
if sorc != onlyshow {
return false
}
return true
return sorc == onlyshow
}
func showAccount(c types.Chain33Client, addr string) {
......
......@@ -574,10 +574,7 @@ func showOrCheckAcc(c types.Chain33Client, addr string, sorc int, balance int64)
return true
}
}
if sorc != onlyshow {
return false
}
return true
return sorc == onlyshow
}
func genaddress() (string, crypto.PrivKey) {
......
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