Update ERC4626.sol

pull/5130/head
Hadrien Croubois 6 months ago committed by GitHub
parent 5af6775409
commit 757a25fac8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      contracts/token/ERC20/extensions/ERC4626.sol

@ -97,8 +97,6 @@ abstract contract ERC4626 is ERC20, IERC4626 {
}
/**
* @inheritdoc IERC20Metadata
*
* @dev Decimals are computed by adding the decimal offset on top of the underlying asset's decimals. This
* "original" value is cached during construction of the vault contract. If this read operation fails (e.g., the
* asset has not been created yet), a default of 18 is used to represent the underlying asset's decimals.

Loading…
Cancel
Save