Skip to content

Commit

Permalink
remove
Browse files Browse the repository at this point in the history
  • Loading branch information
augustbleeds committed Oct 24, 2024
1 parent 91ff429 commit d6eb791
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/src/ocr2/aggregator_proxy.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ mod AggregatorProxy {
fn constructor(ref self: ContractState, owner: ContractAddress, address: ContractAddress) {
self.ownable.initializer(owner);
self.access_control.initializer(false);
self.access_control.disable_access_check();
self._set_aggregator(address);
}

Expand Down

0 comments on commit d6eb791

Please sign in to comment.