Fix tiny error in check-client-datacap

This commit is contained in:
Peter Rabbitson 2021-07-02 18:02:56 +02:00 committed by Łukasz Magiera
parent c5ea17f838
commit ebbfe03831

View File

@ -211,7 +211,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)