-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
add caller for actorWithdrawCmd #9258
Comments
this should follow other commands and use a to add to the list: extend sectors has the same problem of not being able to add a --from address |
Implemented in #9296 actorWithdrawCmd now takes an optional --beneficiary flag to send the message from the beneficiary address. No need for a I will add a |
just to get that right - if a beneficiary address is set and i send the message from the owner - the owner gets the funds? |
Nope. According to the fip it’s always to beneficiary. |
oh. this is a bool flag - then it makes sense |
actorWithdrawCmd
should now take a from addresslotus-miner actor withdraw <actor> <caller address>
the cmd should only proceed if the caller is the owner or beneficiary of the actor
The text was updated successfully, but these errors were encountered: