Skip to content

Commit

Permalink
feat: revealVote is now external
Browse files Browse the repository at this point in the history
  • Loading branch information
xorsal committed Oct 30, 2024
1 parent cb76d9a commit 21cd67e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ contract PrivateERC20ResolutionModule is AccessControllerModule, IPrivateERC20Re
bytes32 _salt,
AccessControl calldata _accessControl
)
public // review: why not external?
external
hasAccess(
_request.accessControlModule,
_REVEAL_VOTE_TYPEHASH,
Expand Down

0 comments on commit 21cd67e

Please sign in to comment.