Skip to content

Commit

Permalink
clarifies a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
staheri14 committed Oct 11, 2024
1 parent f74d19b commit 0fd7f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion statesync/stateprovider.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ func (s *lightClientStateProvider) State(ctx context.Context, height uint64) (sm
state.ConsensusParams = result.ConsensusParams
state.LastHeightConsensusParamsChanged = currentLightBlock.Height

// TODO assign timeouts
// TODO may need to assign timeouts?
// state.TimeoutPropose
// state.TimeoutCommit

Expand Down

0 comments on commit 0fd7f5e

Please sign in to comment.