Merge pull request #7027 from swift-mx/master

Support --actor in miner actor control list
This commit is contained in:
Łukasz Magiera 2021-08-11 19:56:30 +02:00 committed by GitHub
commit e8a6ea1dc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -415,7 +415,7 @@ var actorControlList = &cli.Command{
ctx := lcli.ReqContext(cctx)
maddr, err := nodeApi.ActorAddress(ctx)
maddr, err := getActorAddress(ctx, cctx)
if err != nil {
return err
}