Fix tiny error in check-client-datacap

This commit is contained in:
Peter Rabbitson 2021-07-02 18:02:56 +02:00
parent 35c0e3cf8c
commit 30efcf21f0

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)