Skip to content

Commit

Permalink
comment format
Browse files Browse the repository at this point in the history
  • Loading branch information
alysiahuggins committed Nov 14, 2024
1 parent 0d9fe8a commit 637a611
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions contracts/src/LightClient.sol
Original file line number Diff line number Diff line change
Expand Up @@ -427,8 +427,7 @@ contract LightClient is Initializable, OwnableUpgradeable, UUPSUpgradeable {
}
for (uint256 i = stateHistoryFirstIndex; i < commitmentsHeight; i++) {
// The first HotShot commitment found that is greater than or equal to the provided
// height
// is the root of the tree that leaf at that HotShot height
// height is the root of the tree that leaf at that HotShot height
if (stateHistoryCommitments[i].hotShotBlockHeight >= hotShotBlockHeight) {
return (
stateHistoryCommitments[i].hotShotBlockCommRoot,
Expand Down

0 comments on commit 637a611

Please sign in to comment.