Skip to content

Commit

Permalink
better comment
Browse files Browse the repository at this point in the history
  • Loading branch information
spengrah committed May 3, 2023
1 parent a80bbf9 commit bb62185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HatsHighCouncilVotingVault.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { IHats } from "hats-protocol/Interfaces/IHats.sol";
import { IVotingVault } from "council/interfaces/IVotingVault.sol";

contract HatsHighCouncilVotingVault is IVotingVault {
/// @dev The pattern of a member DAO voting rep hat
/// @dev The pattern of a member DAO voting rep hat, i.e. hat 1.1.x.1
uint256 internal constant PATTERN = 0x00000001_0001_0000_0001_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000;
/// @dev The mask for a member DAO voting rep hat
uint256 internal constant MASK = 0xFFFFFFFF_FFFF_0000_FFFF_FFFF_FFFF_FFFF_FFFF_FFFF_FFFF_FFFF_FFFF_FFFF_FFFF_FFFF;
Expand Down

0 comments on commit bb62185

Please sign in to comment.