Skip to content

Commit

Permalink
Add beneficiary to actor control list
Browse files Browse the repository at this point in the history
  • Loading branch information
geoff-vball committed Nov 12, 2022
1 parent 6104567 commit 3e96a06
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 3e96a06

Please sign in to comment.