Skip to content

Commit

Permalink
kwild: fix cometbft client not setting "syncing"
Browse files Browse the repository at this point in the history
  • Loading branch information
jchappelow committed May 14, 2024
1 parent c4e11f5 commit 2730871
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/kwild/server/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 2730871

Please sign in to comment.