We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
不知道是否适用于cluster?当withdraw时候,如果爆出key not found的话,打印钱包地址。
lotus-miner actor withdraw 19.89 ERROR: failed to sign message: key not found
关联:
The text was updated successfully, but these errors were encountered:
在venus系统中当cluster执行此命令推送消息到venus-messager时会判断消息能不能被签名,不能时会返回具体错误:
if !has { return fmt.Errorf("signer address %s not exists", msg.From) }
所以已实现
Sorry, something went wrong.
No branches or pull requests
不知道是否适用于cluster?当withdraw时候,如果爆出key not found的话,打印钱包地址。
关联:
The text was updated successfully, but these errors were encountered: