Merge pull request #9632 from filecoin-project/gstuart/beneficiary-actor-control-list
fix: cli: add beneficiary info to lotus-miner actor control list
This commit is contained in:
commit
3b9624c1c3
@ -595,6 +595,7 @@ var actorControlList = &cli.Command{
|
|||||||
|
|
||||||
printKey("owner", mi.Owner)
|
printKey("owner", mi.Owner)
|
||||||
printKey("worker", mi.Worker)
|
printKey("worker", mi.Worker)
|
||||||
|
printKey("beneficiary", mi.Beneficiary)
|
||||||
for i, ca := range mi.ControlAddresses {
|
for i, ca := range mi.ControlAddresses {
|
||||||
printKey(fmt.Sprintf("control-%d", i), ca)
|
printKey(fmt.Sprintf("control-%d", i), ca)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user