新注册的用户请输入邮箱并保存,随后登录邮箱激活账号。后续可直接使用邮箱登录!

Commit e76dfca7 authored by krmnliu's avatar krmnliu

chore: fix retry --story=0

parent 99dacd27
......@@ -153,7 +153,7 @@ func (e *eventManager) listenChainEvent(ctx context.Context, chainConfig *chainC
if err != nil || contractInfo.Code != int32(code.Success) ||
contractInfo.Data == nil || len(contractInfo.Data.Name) == 0 {
e.Logger.Errorf("[event] get contract info failed from chain service, err:%s", err)
return err
return fmt.Errorf("GetContractInfo err:%v", err)
}
return 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