Skip to content

Commit

Permalink
Merge 71cee66 into d582922
Browse files Browse the repository at this point in the history
  • Loading branch information
aodhgan committed Oct 14, 2021
2 parents d582922 + 71cee66 commit 32f2de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/ControlledToken.sol
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ contract ControlledToken is ERC20Permit, IControlledToken {
/* ============ Global Variables ============ */

/// @notice Interface to the contract responsible for controlling mint/burn
address public override controller;
address public immutable override controller;

/// @notice ERC20 controlled token decimals.
uint8 private immutable _decimals;
Expand Down

0 comments on commit 32f2de0

Please sign in to comment.