Merge pull request #10599 from filecoin-project/fix/netconnect-maddr

fix: cli: Make `net connect` to miner address work
This commit is contained in:
Łukasz Magiera 2023-03-31 10:07:07 +02:00 committed by GitHub
commit 8dc90267d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -367,7 +367,7 @@ func AddrInfoFromArg(ctx context.Context, cctx *cli.Context) ([]peer.AddrInfo, e
pis = append(pis, pi)
}
return pis, err
return pis, nil
}
var NetId = &cli.Command{