Skip to content

Commit

Permalink
Added clarifying NatSpec comment (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
heueristik authored and juliettech13 committed Apr 27, 2023
1 parent 3df0796 commit d20a983
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/contracts/src/framework/utils/TokenFactory.sol
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ contract TokenFactory {
/// @param _mintSettings The token mint settings struct containing the `receivers` and `amounts`.
/// @return The created `ERC20VotesUpgradeable` compatible token contract.
/// @return The created `MerkleMinter` contract used to mint the `ERC20VotesUpgradeable` tokens or `address(0)` if an existing token was provided.
/// @dev The `MerkleMinter` proxy deployed in this process is cloned as a [minimal proxy (ERC-1167)](https://eips.ethereum.org/EIPS/eip-1167) to save gas and therefore not upgradeable despite being an `PluginUUPSUpgradeable` implementation.
function createToken(
DAO _managingDao,
TokenConfig calldata _tokenConfig,
Expand Down

0 comments on commit d20a983

Please sign in to comment.