Skip to content

Commit

Permalink
Merge pull request #9632 from filecoin-project/gstuart/beneficiary-ac…
Browse files Browse the repository at this point in the history
…tor-control-list

fix: cli: add beneficiary info to lotus-miner actor control list
  • Loading branch information
geoff-vball authored Nov 14, 2022
2 parents 73aabdf + 3e96a06 commit 3b9624c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/lotus-miner/actor.go
Original file line number Diff line number Diff line change
Expand Up @@ -595,6 +595,7 @@ var actorControlList = &cli.Command{

printKey("owner", mi.Owner)
printKey("worker", mi.Worker)
printKey("beneficiary", mi.Beneficiary)
for i, ca := range mi.ControlAddresses {
printKey(fmt.Sprintf("control-%d", i), ca)
}
Expand Down

0 comments on commit 3b9624c

Please sign in to comment.