Skip to content

Commit 699ae5f

Browse files
committed
remove outdated comments
1 parent 5845025 commit 699ae5f

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

claim_contracts/src/AlignedToken.sol

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

claim_contracts/src/ExampleAlignedTokenV3.sol

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)