Commit 934009af authored by linj's avatar linj Committed by vipwzw

fmt

parent 5fbc7eb6
......@@ -365,7 +365,7 @@ func checkTokenExist(token string, db dbm.KV) bool {
return err == nil
}
// bug: prepare again after revoke, need to check status, fix in fork ForkTokenCheckPrepareX
// bug: prepare again after revoke, need to check status, fixed in fork ForkTokenCheckPrepareX
func checkTokenHasPrecreate(token, owner string, status int32, db dbm.KV) bool {
_, err := db.Get(calcTokenAddrKeyS(token, owner))
if err == nil {
......
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