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 16, 2024
1 parent 6eca6cc commit 851eb5e
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 @@ -85,7 +85,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 851eb5e

Please sign in to comment.