Skip to content
New issue

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

[venus-sector-manager] print addr when key not found / key not found报错时打印钱包地址? #552

Closed
1 task
Tracked by #5625
Fatman13 opened this issue Dec 19, 2022 · 1 comment
Labels
C-triage Category: need triage enhancement New feature or request invalid This doesn't seem right

Comments

@Fatman13
Copy link
Contributor

不知道是否适用于cluster?当withdraw时候,如果爆出key not found的话,打印钱包地址。

lotus-miner actor withdraw 19.89
ERROR: failed to sign message: key not found

关联:

@Fatman13 Fatman13 added enhancement New feature or request C-triage Category: need triage labels Dec 19, 2022
@diwufeiwen
Copy link
Contributor

在venus系统中当cluster执行此命令推送消息到venus-messager时会判断消息能不能被签名,不能时会返回具体错误:

if !has {
	return fmt.Errorf("signer address %s not exists", msg.From)
}

所以已实现

@diwufeiwen diwufeiwen added the invalid This doesn't seem right label Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-triage Category: need triage enhancement New feature or request invalid This doesn't seem right
Projects
No open projects
Status: Done
Development

No branches or pull requests

3 participants