diff --git a/cmd/kwild/server/utils.go b/cmd/kwild/server/utils.go index 9d5ca5430..4cfe9489e 100644 --- a/cmd/kwild/server/utils.go +++ b/cmd/kwild/server/utils.go @@ -101,6 +101,7 @@ func (wc *wrappedCometBFTClient) Status(ctx context.Context) (*types.Status, err BestBlockHash: strings.ToLower(si.LatestBlockHash.String()), BestBlockHeight: si.LatestBlockHeight, BestBlockTime: si.LatestBlockTime.UTC(), + Syncing: si.CatchingUp, }, Validator: &types.ValidatorInfo{ PubKey: vi.PubKey.Bytes(),