Skip to content

Commit

Permalink
better comments
Browse files Browse the repository at this point in the history
  • Loading branch information
lpopo0856 committed Dec 27, 2024
1 parent ca84544 commit 2bea7c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/SeriesIndexer.sol
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ contract SeriesIndexer is Ownable {

// ============ BitMap Management Functions ============

// Helper function to get bitmap position of seriesID-artistID pair.
// Helper function to get OwnerRightRevoked bitmap position of artistID.
function _getArtistOwnerRightRevokedBitMapPosition(uint256 artistID)
private
pure
Expand Down

0 comments on commit 2bea7c3

Please sign in to comment.