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