Open code423n4 opened 2 years ago
QA Report - non-critical
Typos
The same typos (inhereted and sane) occur in both lines below: https://github.com/pooltogether/aave-v3-yield-source/blob/e63d1b0e396a5bce89f093630c282ca1c6627e44/contracts/AaveV3YieldSource.sol#L38 https://github.com/pooltogether/aave-v3-yield-source/blob/e63d1b0e396a5bce89f093630c282ca1c6627e44/contracts/AaveV3YieldSource.sol#L156
inhereted
sane
* @param decimals Number of decimals the shares (inhereted ERC20) will have. Same as underlying asset to ensure sane exchange rates for shares.
Change inhereted to inherited and sane to same
inherited
same
Duplicate of https://github.com/code-423n4/2022-04-pooltogether-findings/issues/22
QA Report - non-critical
Typos
The same typos (
inhereted
andsane
) occur in both lines below:https://github.com/pooltogether/aave-v3-yield-source/blob/e63d1b0e396a5bce89f093630c282ca1c6627e44/contracts/AaveV3YieldSource.sol#L38
https://github.com/pooltogether/aave-v3-yield-source/blob/e63d1b0e396a5bce89f093630c282ca1c6627e44/contracts/AaveV3YieldSource.sol#L156
Change
inhereted
toinherited
andsane
tosame