diff --git a/node/impl/full/state.go b/node/impl/full/state.go index c60572d16..04cd6c252 100644 --- a/node/impl/full/state.go +++ b/node/impl/full/state.go @@ -832,7 +832,7 @@ func (a *StateAPI) StateVerifiedClientStatus(ctx context.Context, addr address.A if err != nil { return nil, err } - + var dcap verifreg.DataCap if err := vh.Find(ctx, string(addr.Bytes()), &dcap); err != nil { if err == hamt.ErrNotFound {