Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Sign in
issue
issue
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 23
    • Issues 23
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar

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

  • chainmaker
  • issueissue
  • Issues
  • #798

Closed
Open
Opened Jun 28, 2023 by 经文 吴@wujingwen

master分支-sync/periodic_load.go:134存在bug

if err != nil || len(chainInfo.NodeList) == 0 {
    log.Info("[SDK] Get Chain Info Failed : " + err.Error())
    err = DealChainConfigError(sdkClient, chainId)
    if err != nil {
        return
    }
}

err.Error()在还没有订阅链信息时,err为nil,此时err.Error()报空指针错误

Edited Jun 28, 2023 by 经文 吴
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: chainmaker/issue#798

Copyright © 2021 ChainMaker Org. All Rights Reserved. 长安链 版权所有。