Fix tiny error in check-client-datacap
This commit is contained in:
parent
35c0e3cf8c
commit
30efcf21f0
@ -210,7 +210,7 @@ var filplusCheckClientCmd = &cli.Command{
|
|||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
if dcap == nil {
|
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)
|
fmt.Println(*dcap)
|
||||||
|
Loading…
Reference in New Issue
Block a user