File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11/**
22 * https://contributing.kleros.io/smart-contract-workflow
33 * @authors: [@fnanni-0]
4- * @reviewers: [@shalzz, @unknownunknown1]
4+ * @reviewers: [@shalzz, @unknownunknown1, @MerlinEgalite ]
55 * @auditors: []
66 * @bounties: []
77 * @deployments: []
Original file line number Diff line number Diff line change 11/**
22 * https://contributing.kleros.io/smart-contract-workflow
33 * @authors: [@fnanni-0]
4- * @reviewers: [@unknownunknown1]
4+ * @reviewers: [@unknownunknown1, @MerlinEgalite ]
55 * @auditors: []
66 * @bounties: []
77 * @deployments: []
@@ -95,7 +95,7 @@ contract WrappedPinakion is Initializable {
9595 /** @dev Changes `controller` to `_controller`.
9696 * @param _controller The new controller of the contract
9797 */
98- function changeController (address _controller ) public onlyController {
98+ function changeController (address _controller ) external onlyController {
9999 controller = _controller;
100100 }
101101
You can’t perform that action at this time.
0 commit comments