Skip to content

Commit

Permalink
wip: change of plans was a mistakerino
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-roslaniec committed Apr 18, 2024
1 parent ee85f5e commit ab6db0a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/contracts/coordination/GlobalAllowList.sol
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ contract GlobalAllowList is IEncryptionAuthorizer {
require(coordinator.isRitualActive(ritualId), "Only active rituals can set authorizations");

_beforeSetAuthorization(ritualId, addresses, value);

for (uint256 i = 0; i < addresses.length; i++) {
authorizations[lookupKey(ritualId, addresses[i])] = value;
emit AddressAuthorizationSet(ritualId, addresses[i], value);
Expand Down

0 comments on commit ab6db0a

Please sign in to comment.