File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,8 +27,6 @@ contract AlignedToken is
2727
2828 /// @notice Initializes the contract.
2929 /// @dev This initializer should be called only once.
30- /// @dev The _foundation must accept the ownership of the contract
31- /// after deployment in another transaction.
3230 /// @param _foundation address of the foundation.
3331 /// @param _claimSupplier address of the claim supplier. This is the address
3432 /// that will give the tokens to the users that claim them.
Original file line number Diff line number Diff line change @@ -27,8 +27,6 @@ contract ExampleAlignedTokenV3 is
2727
2828 /// @notice Initializes the contract.
2929 /// @dev This initializer should be called only once.
30- /// @dev The _foundation must accept the ownership of the contract
31- /// after deployment in another transaction.
3230 /// @param _foundation address of the foundation.
3331 /// @param _claimSupplier address of the claim supplier. This is the address
3432 /// that will give the tokens to the users that claim them.
You can’t perform that action at this time.
0 commit comments