Skip to content

Commit 21e70e7

Browse files
committed
Put back setGroupMembers() to internal
Setting it public was done previously to reduce the contract size which is not relevant anymore.
1 parent 04d98ce commit 21e70e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

solidity/contracts/libraries/operator/Groups.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ library Groups {
7676
bytes memory groupPubKey,
7777
address[] memory members,
7878
bytes memory misbehaved
79-
) public {
79+
) internal {
8080
self.groupMembers[groupPubKey] = members;
8181

8282
// Iterate misbehaved array backwards, replace misbehaved

0 commit comments

Comments
 (0)