Skip to content

Commit

Permalink
chore: add important to comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jparklev committed Apr 14, 2024
1 parent 5155edc commit ad209ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/PointTokenVault.sol
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ contract PointTokenVault is UUPSUpgradeable, OwnableUpgradeable {
) internal {
bytes32 candidateRoot = _claim.proof.processProof(_claimHash);
bytes32 pointsId = _claim.pointsId;
uint256 totalClaimable = _claim.totalClaimable; // Assumed to be in the claim hash.
uint256 totalClaimable = _claim.totalClaimable; // IMPORTANT: Assumed to be in the claim hash.
uint256 amountToClaim = _claim.amountToClaim;

if (candidateRoot != currRoot[pointsId] && candidateRoot != prevRoot[pointsId]) {
Expand Down

0 comments on commit ad209ae

Please sign in to comment.