Merge pull request #6664 from filecoin-project/chore/fix_check-client-datacap

Fix tiny error in check-client-datacap
This commit is contained in:
Łukasz Magiera
2021-07-02 18:24:18 +02:00
committed by GitHub
+1 -1
View File
@@ -210,7 +210,7 @@ var filplusCheckClientCmd = &cli.Command{
return err
}
if dcap == nil {
return xerrors.Errorf("client %s is not a verified client", err)
return xerrors.Errorf("client %s is not a verified client", caddr)
}
fmt.Println(*dcap)