Skip to content

Commit

Permalink
doc: natspec
Browse files Browse the repository at this point in the history
  • Loading branch information
kupermind committed May 20, 2024
1 parent 543896a commit 73bbdd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/VoteWeighting.sol
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ contract VoteWeighting {
(relativeWeight, totalSum) = _nomineeRelativeWeight(account, chainId, time);
}

/// @dev Gets nominee weight normalized to 1e18 and also gets the total sum of all the nominee weights.
/// @dev Checkpoints and gets nominee weight normalized to 1e18, and the total sum of all the nominee weights.
/// @notice Nothing is recorded if the values are already filled.
/// @param account Address of the nominee in bytes32 form.
/// @param chainId Chain Id.
Expand Down

0 comments on commit 73bbdd2

Please sign in to comment.