Commit bcf613b2 by github-actions

Transpile 9cbac5a7

parent cf792732
...@@ -47,7 +47,7 @@ contract ERC20Upgradeable is Initializable, ContextUpgradeable, IERC20Upgradeabl ...@@ -47,7 +47,7 @@ contract ERC20Upgradeable is Initializable, ContextUpgradeable, IERC20Upgradeabl
* The defaut value of {decimals} is 18. To select a different value for * The defaut value of {decimals} is 18. To select a different value for
* {decimals} you should overload it. * {decimals} you should overload it.
* *
* All three of these values are immutable: they can only be set once during * All two of these values are immutable: they can only be set once during
* construction. * construction.
*/ */
function __ERC20_init(string memory name_, string memory symbol_) internal initializer { function __ERC20_init(string memory name_, string memory symbol_) internal initializer {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment