Skip to content

Commit

Permalink
Update contracts/PointTokenVault.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Josh Levine <[email protected]>
  • Loading branch information
stevenvaleri and jparklev authored May 8, 2024
1 parent 81245f4 commit 1946d1e
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 @@ -33,7 +33,7 @@ contract PointTokenVault is UUPSUpgradeable, AccessControlUpgradeable, Multicall
bytes32 public currRoot;
bytes32 public prevRoot;
mapping(address => mapping(bytes32 => uint256)) public claimedPTokens; // user => pointsId => PTokens claimed
mapping(address => mapping(bytes32 => uint256)) public claimedRedemptionRights; // user => pointsId => PTokens redeemed
mapping(address => mapping(bytes32 => uint256)) public claimedRedemptionRights; // user => pointsId => Rewards redeemed

mapping(bytes32 => PToken) public pTokens; // pointsId => pTokens

Expand Down

0 comments on commit 1946d1e

Please sign in to comment.