fix: get other actor controlList

This commit is contained in:
mx
2021-08-11 19:23:37 +08:00
parent cfc10e9b52
commit 46a93bb78a
+1 -1
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
}