Skip to content

Commit

Permalink
fix: change function visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
fforbeck committed Sep 24, 2021
1 parent 26604b4 commit ea23a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/utils/PotentialNewMember.sol
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ abstract contract PotentialNewMember {
address memberAddress,
DaoRegistry dao,
BankExtension bank
) public {
) internal {
dao.potentialNewMember(memberAddress);
require(memberAddress != address(0x0), "invalid member address");
if (address(bank) != address(0x0)) {
Expand Down

0 comments on commit ea23a4f

Please sign in to comment.