Fix tiny error in check-client-datacap
This commit is contained in:
parent
c5ea17f838
commit
ebbfe03831
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user