Skip to content

Commit

Permalink
explicit comment
Browse files Browse the repository at this point in the history
  • Loading branch information
n00b21337 committed Jul 17, 2024
1 parent 27936de commit 3e6bbee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Staking.sol
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ contract StakeRegistry is AccessControl, Pausable {
uint256 committedStake;
// Stake balance expressed in BZZ
uint256 potentialStake;
// Block height the stake was updated, also used as flag if the stake is set
// Block height the stake was updated, also used as flag to check if the stake is set
uint256 lastUpdatedBlockNumber;
}

Expand Down

0 comments on commit 3e6bbee

Please sign in to comment.